]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-3.0: mark Gdk.Atom as derived from uint
authorEvan Nemerson <evan@coeus-group.com>
Thu, 7 Jun 2012 22:49:48 +0000 (15:49 -0700)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:30:18 +0000 (17:30 +0200)
vapi/gdk-3.0.vapi
vapi/metadata/Gdk-3.0-custom.vala

index da2876eaa41ee9bbc450c036ca48be79ba9478b3..a0679e55a64559800b76cd2d09f155e3baac5c3b 100644 (file)
@@ -5034,7 +5034,7 @@ namespace Gdk {
        }
        [CCode (cheader_filename = "gdk/gdk.h")]
        [SimpleType]
-       public struct Atom {
+       public struct Atom : uint {
                [CCode (cname = "GDK_NONE")]
                public static Gdk.Atom NONE;
                public static Gdk.Atom intern (string atom_name, bool only_if_exists);
index 2d02459d78161a65e4cebf303506124fcdb7c2b5..769e3e8e0f53073ac569a0e7d5ff8553f3544855 100644 (file)
@@ -8,7 +8,7 @@ namespace Gdk {
        }
 
        [SimpleType]
-       public struct Atom {
+       public struct Atom : uint {
                [CCode (cname = "GDK_NONE")]
                public static Gdk.Atom NONE;
        }