]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Revert "GModule vapi: add missing close() method"
authorRyan Lortie <desrt@desrt.ca>
Sun, 13 Mar 2011 20:02:57 +0000 (16:02 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 13 Mar 2011 20:02:57 +0000 (16:02 -0400)
This reverts commit 09b06c19dd7eb965f02d26305e810a9126e9bc93.

g_module_close() is the free function.

vapi/gmodule-2.0.vapi

index f69b0b09ca62b9e5b30a8f84b13813ed9744eef2..2c308539bfb00cc4cac61f4f36d677bc4d081c3c 100644 (file)
@@ -34,7 +34,6 @@ 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 ();
        }