]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
GModule vapi: add missing close() method
authorRyan Lortie <desrt@desrt.ca>
Sun, 13 Mar 2011 04:23:18 +0000 (23:23 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 13 Mar 2011 04:23:18 +0000 (23:23 -0500)
vapi/gmodule-2.0.vapi

index 2c308539bfb00cc4cac61f4f36d677bc4d081c3c..f69b0b09ca62b9e5b30a8f84b13813ed9744eef2 100644 (file)
@@ -34,6 +34,7 @@ namespace GLib {
                public bool symbol (string symbol_name, out void* symbol);
                public unowned string name ();
                public void make_resident ();
+               public bool close ();
                public static unowned string error ();
        }