[vala] glib-2.0: Bind GPid as integer type



commit 9a22ccb5dcb2e8d1d9f305ebb82fcabae2055e4f
Author: Jürg Billeter <j bitron ch>
Date:   Sat Jan 9 17:10:11 2010 +0100

    glib-2.0: Bind GPid as integer type

 vapi/glib-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index a6eda91..25af7c1 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 {
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]