From d08f313ce468bae194771042ef806c53fc42f28b Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 10 May 2011 16:47:31 +0200 Subject: [PATCH] gmodule-2.0: Add gir_namespace and gir_version information --- vapi/gmodule-2.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/gmodule-2.0.vapi b/vapi/gmodule-2.0.vapi index 2c308539b..3c5053689 100644 --- a/vapi/gmodule-2.0.vapi +++ b/vapi/gmodule-2.0.vapi @@ -20,7 +20,7 @@ * Jürg Billeter */ -[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 */ -- 2.47.2