[vala/0.12] gmodule-2.0: Add gir_namespace and gir_version information



commit d08f313ce468bae194771042ef806c53fc42f28b
Author: Luca Bruno <lucabru src gnome org>
Date:   Tue May 10 16:47:31 2011 +0200

    gmodule-2.0: Add gir_namespace and gir_version information

 vapi/gmodule-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gmodule-2.0.vapi b/vapi/gmodule-2.0.vapi
index 2c30853..3c50536 100644
--- a/vapi/gmodule-2.0.vapi
+++ b/vapi/gmodule-2.0.vapi
@@ -20,7 +20,7 @@
  * 	Jürg Billeter <j bitron ch>
  */
 
-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "gmodule.h")]
+[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "gmodule.h", gir_namespace = "GModule", gir_version = "2.0")]
 namespace GLib {
 	/* Dynamic Loading of Modules */
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]