From: Luca Bruno Date: Tue, 26 Apr 2011 09:13:36 +0000 (+0200) Subject: glib-2.0: Set type_id for Pid X-Git-Tag: 0.12.1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b859e22ed62ef2c3e6144d1eb2ced6e00f1f6b;p=thirdparty%2Fvala.git glib-2.0: Set type_id for Pid --- 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 { }