From: Evan Nemerson Date: Thu, 14 Feb 2013 10:05:16 +0000 (-0800) Subject: x11: set Event GIR name to XEvent X-Git-Tag: 0.19.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5650cf4171d949172354ae03fc4fa4602983b86e;p=thirdparty%2Fvala.git x11: set Event GIR name to XEvent --- diff --git a/vapi/x11.vapi b/vapi/x11.vapi index 5e4e3a437..0f4ca51b7 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -798,6 +798,7 @@ namespace X { } // union + [GIR (name = "XEvent")] [CCode (cname = "XEvent")] public struct Event { public int type;