From: Jürg Billeter Date: Sat, 9 Jan 2010 16:10:11 +0000 (+0100) Subject: glib-2.0: Bind GPid as integer type X-Git-Tag: 0.7.10~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a22ccb5dcb2e8d1d9f305ebb82fcabae2055e4f;p=thirdparty%2Fvala.git glib-2.0: Bind GPid as integer type --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index a6eda911e..25af7c158 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1332,8 +1332,8 @@ namespace GLib { public static bool remove_by_data (void* data); } - [SimpleType] [CCode (default_value = "0")] + [IntegerType (rank = 6)] public struct Pid { }