]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gmodule-2.0: Do not use `weak' modifier where it is not applicable
authorJürg Billeter <j@bitron.ch>
Sat, 20 Mar 2010 16:19:54 +0000 (17:19 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 20 Mar 2010 16:19:54 +0000 (17:19 +0100)
vapi/gmodule-2.0.vapi

index 348c90eb5cdb09442187efba1bae0ac56de28d73..2c308539bfb00cc4cac61f4f36d677bc4d081c3c 100644 (file)
@@ -34,7 +34,7 @@ namespace GLib {
                public bool symbol (string symbol_name, out void* symbol);
                public unowned string name ();
                public void make_resident ();
-               public static weak string error ();
+               public static unowned string error ();
        }
        
        [CCode (cprefix = "G_MODULE_")]