From 5650cf4171d949172354ae03fc4fa4602983b86e Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Thu, 14 Feb 2013 02:05:16 -0800 Subject: [PATCH] x11: set Event GIR name to XEvent --- vapi/x11.vapi | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2