From: Ryan Lortie Date: Sun, 13 Mar 2011 20:02:57 +0000 (-0400) Subject: Revert "GModule vapi: add missing close() method" X-Git-Tag: 0.11.7~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a1d8d6830fb69eb96cbd1259930898469ac57ca;p=thirdparty%2Fvala.git Revert "GModule vapi: add missing close() method" This reverts commit 09b06c19dd7eb965f02d26305e810a9126e9bc93. g_module_close() is the free function. --- diff --git a/vapi/gmodule-2.0.vapi b/vapi/gmodule-2.0.vapi index f69b0b09c..2c308539b 100644 --- a/vapi/gmodule-2.0.vapi +++ b/vapi/gmodule-2.0.vapi @@ -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 (); }