]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Bind GPid as integer type
authorJürg Billeter <j@bitron.ch>
Sat, 9 Jan 2010 16:10:11 +0000 (17:10 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 9 Jan 2010 16:10:11 +0000 (17:10 +0100)
vapi/glib-2.0.vapi

index a6eda911ee5f297135e0640b6fc4f0a4f4dacc3b..25af7c158beafbb688d083242c4165eefc4f64bb 100644 (file)
@@ -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 {
        }