From: Evan Nemerson Date: Sun, 7 Aug 2011 16:52:38 +0000 (-0700) Subject: x11: include GIR namespace and version X-Git-Tag: 0.13.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d07579829dc46d382f3f5f8a957cef4ca93fa2;p=thirdparty%2Fvala.git x11: include GIR namespace and version --- diff --git a/vapi/x11.vapi b/vapi/x11.vapi index a909eb15f..3656cc26e 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -20,7 +20,7 @@ * Jürg Billeter */ -[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "X11/Xlib.h,X11/Xatom.h,X11/Xutil.h,X11/Xregion.h")] +[CCode (gir_namespace = "xlib", gir_version = "2.0", cprefix = "", lower_case_cprefix = "", cheader_filename = "X11/Xlib.h,X11/Xatom.h,X11/Xutil.h,X11/Xregion.h")] namespace X { // Note: must be called before opening a display or calling any other Xlib function, // see http://tronche.com/gui/x/xlib/display/XInitThreads.html