From 03b859e22ed62ef2c3e6144d1eb2ced6e00f1f6b Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 26 Apr 2011 11:13:36 +0200 Subject: [PATCH] glib-2.0: Set type_id for Pid --- 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 00626f1d7..dd0b6a5a2 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1710,7 +1710,7 @@ namespace GLib { public static bool remove_by_data (void* data); } - [CCode (default_value = "0")] + [CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")] [IntegerType (rank = 6)] public struct Pid { } -- 2.47.2