]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: set Event GIR name to XEvent
authorEvan Nemerson <evan@coeus-group.com>
Thu, 14 Feb 2013 10:05:16 +0000 (02:05 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Thu, 14 Feb 2013 10:05:16 +0000 (02:05 -0800)
vapi/x11.vapi

index 5e4e3a437fe7f19174c036815a48ef88eee991f9..0f4ca51b712c3a1bb94449b473a8b7e96b821e36 100644 (file)
@@ -798,6 +798,7 @@ namespace X {
        }
 
        // union
+       [GIR (name = "XEvent")]
        [CCode (cname = "XEvent")]
        public struct Event {
                public int type;