From: Jürg Billeter Date: Wed, 8 Jul 2009 17:55:55 +0000 (+0100) Subject: glib-2.0: Set type_id for GQuark X-Git-Tag: 0.7.5~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449d352b3f3473a2953ac388e51e9d0ae957ba5a;p=thirdparty%2Fvala.git glib-2.0: Set type_id for GQuark Fixes bug 584306. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 03a216a9c..cbba20ce6 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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);