]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: include GIR namespace and version
authorEvan Nemerson <evan@coeus-group.com>
Sun, 7 Aug 2011 16:52:38 +0000 (09:52 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 7 Aug 2011 16:52:38 +0000 (09:52 -0700)
vapi/x11.vapi

index a909eb15f0bb24fd382da63eb54529f0d4a4ab5c..3656cc26e75e615d56bbc02b8d94dff003f91725 100644 (file)
@@ -20,7 +20,7 @@
  *     Jürg Billeter <j@bitron.ch>
  */
 
-[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