From: Evan Nemerson Date: Thu, 7 Jun 2012 22:49:48 +0000 (-0700) Subject: gdk-3.0: mark Gdk.Atom as derived from uint X-Git-Tag: 0.17.2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4376ddc306abc0b03080a778dfe74206a7cfd91d;p=thirdparty%2Fvala.git gdk-3.0: mark Gdk.Atom as derived from uint --- diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index da2876eaa..a0679e55a 100644 --- a/vapi/gdk-3.0.vapi +++ b/vapi/gdk-3.0.vapi @@ -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); diff --git a/vapi/metadata/Gdk-3.0-custom.vala b/vapi/metadata/Gdk-3.0-custom.vala index 2d02459d7..769e3e8e0 100644 --- a/vapi/metadata/Gdk-3.0-custom.vala +++ b/vapi/metadata/Gdk-3.0-custom.vala @@ -8,7 +8,7 @@ namespace Gdk { } [SimpleType] - public struct Atom { + public struct Atom : uint { [CCode (cname = "GDK_NONE")] public static Gdk.Atom NONE; }