]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gmodule-2.0: Add gir_namespace and gir_version information
authorLuca Bruno <lucabru@src.gnome.org>
Tue, 10 May 2011 14:47:31 +0000 (16:47 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 29 May 2011 10:41:13 +0000 (12:41 +0200)
vapi/gmodule-2.0.vapi

index 2c308539bfb00cc4cac61f4f36d677bc4d081c3c..3c5053689f942c5f089f6ddbc727f6f89dcd06a9 100644 (file)
@@ -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 */