]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-3.0: Gdk.EventKey does not have a GType
authorEvan Nemerson <evan@coeus-group.com>
Sat, 16 Jun 2012 22:26:57 +0000 (15:26 -0700)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:35:05 +0000 (17:35 +0200)
Fixes bug 678217.

vapi/gdk-3.0.vapi
vapi/metadata/Gdk-3.0-custom.vala

index 66066c592ff2dbe322dde3a4849c50d6b72e37cc..30ab8989f0566b2d6388f272611d45fd848f159f 100644 (file)
@@ -5136,7 +5136,7 @@ namespace Gdk {
                public bool implicit;
                public weak Gdk.Window grab_window;
        }
-       [CCode (cheader_filename = "gdk/gdk.h")]
+       [CCode (cheader_filename = "gdk/gdk.h", has_type_id = false)]
        public struct EventKey {
                [CCode (cname = "string")]
                public weak string str;
index 769e3e8e0f53073ac569a0e7d5ff8553f3544855..227a08c259df161efad8b25e141eb8ef4ce0ddb4 100644 (file)
@@ -13,6 +13,7 @@ namespace Gdk {
                public static Gdk.Atom NONE;
        }
 
+       [CCode (cheader_filename = "gdk/gdk.h", has_type_id = false)]
        public struct EventKey {
                [CCode (cname = "string")]
                public weak string str;