]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Set type_id for GQuark
authorJürg Billeter <j@bitron.ch>
Wed, 8 Jul 2009 17:55:55 +0000 (18:55 +0100)
committerJürg Billeter <j@bitron.ch>
Wed, 8 Jul 2009 17:58:02 +0000 (18:58 +0100)
Fixes bug 584306.

vapi/glib-2.0.vapi

index 03a216a9c3da629a2c082fd4592d1baa6be77077..cbba20ce6d2de12b3362508c0b6c3c1486a28cd1 100644 (file)
@@ -3263,7 +3263,8 @@ namespace GLib {
        }
 
        /* Quarks */
-       
+
+       [CCode (type_id = "G_TYPE_UINT")]
        public struct Quark : uint32 {
                public static Quark from_string (string str);
                public static Quark try_string (string str);