From 9a22ccb5dcb2e8d1d9f305ebb82fcabae2055e4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Sat, 9 Jan 2010 17:10:11 +0100 Subject: [PATCH] glib-2.0: Bind GPid as integer type --- vapi/glib-2.0.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } -- 2.47.3