From: Jürg Billeter Date: Sat, 20 Mar 2010 16:25:39 +0000 (+0100) Subject: libusb: Do not use `weak' modifier where it is not applicable X-Git-Tag: 0.8.0~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c91f1079669d18835f8e63d618f1240fa0fa07a;p=thirdparty%2Fvala.git libusb: Do not use `weak' modifier where it is not applicable --- diff --git a/vapi/libusb.vapi b/vapi/libusb.vapi index f53773ef3..93c797c95 100644 --- a/vapi/libusb.vapi +++ b/vapi/libusb.vapi @@ -212,7 +212,7 @@ namespace USB { } [CCode (array_length = false)] - public static weak char[] strerror (); + public static unowned char[] strerror (); public static void init (); public static void set_debug (int level); public static int find_busses ();