summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-20 11:39:33 -0700
committerJürg Billeter <j@bitron.ch>2012-06-23 17:35:18 +0200
commit10d86700a20f6840318faa3500727607f6404657 (patch)
tree78e7d27e2f0fa5ac60487108ca2ff3736722f39a
parentf5996bd5a7b7b6c586554390dc1e2a3cf3998063 (diff)
downloadvala-10d86700a20f6840318faa3500727607f6404657.tar.gz
glib-2.0: make GLib.Pid inherit from int
Partially fixes bug 678420.
-rw-r--r--vapi/glib-2.0.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 9dfb18ded..01bc8b308 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -1755,7 +1755,7 @@ namespace GLib {
[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 {
+ public struct Pid : int {
}
public delegate void ChildWatchFunc (Pid pid, int status);