From: Evan Nemerson Date: Thu, 29 Apr 2010 15:40:26 +0000 (-0700) Subject: glib-2.0: set has_type_id = false for int16 and uint16 X-Git-Tag: 0.9.1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90deb516a68158f753312ce15273ed52f8eb398f;p=thirdparty%2Fvala.git glib-2.0: set has_type_id = false for int16 and uint16 --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index e8d6839fd..b864b34ea 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -351,7 +351,7 @@ public struct uint8 { } [SimpleType] -[CCode (cname = "gint16", cheader_filename = "glib.h", default_value = "0", type_signature = "n")] +[CCode (cname = "gint16", cheader_filename = "glib.h", default_value = "0", type_signature = "n", has_type_id = false)] [IntegerType (rank = 4, min = -32768, max = 32767)] public struct int16 { [CCode (cname = "G_MININT16")] @@ -386,7 +386,7 @@ public struct int16 { } [SimpleType] -[CCode (cname = "guint16", cheader_filename = "glib.h", default_value = "0U", type_signature = "q")] +[CCode (cname = "guint16", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)] [IntegerType (rank = 5, min = 0, max = 65535)] public struct uint16 { [CCode (cname = "0U")]