summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-07 15:49:48 -0700
committerJürg Billeter <j@bitron.ch>2012-06-23 17:30:18 +0200
commit77b776813bb34b0336494b7e1390aa1968d16b0e (patch)
tree6d155690181264f9914760723c72307456161426
parent7d632a6eaf0339054c83bc0b4641790a82cda346 (diff)
downloadvala-77b776813bb34b0336494b7e1390aa1968d16b0e.tar.gz
gdk-3.0: mark Gdk.Atom as derived from uint
-rw-r--r--vapi/gdk-3.0.vapi2
-rw-r--r--vapi/metadata/Gdk-3.0-custom.vala2
2 files changed, 2 insertions, 2 deletions
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;
}