[vala] Revert "GModule vapi: add missing close() method"
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Revert "GModule vapi: add missing close() method"
- Date: Sun, 13 Mar 2011 20:04:32 +0000 (UTC)
commit 4a1d8d6830fb69eb96cbd1259930898469ac57ca
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Mar 13 16:02:57 2011 -0400
Revert "GModule vapi: add missing close() method"
This reverts commit 09b06c19dd7eb965f02d26305e810a9126e9bc93.
g_module_close() is the free function.
vapi/gmodule-2.0.vapi | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gmodule-2.0.vapi b/vapi/gmodule-2.0.vapi
index f69b0b0..2c30853 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 ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]