From: Colomban Wendling Date: Fri, 15 Apr 2011 21:53:09 +0000 (+0200) Subject: glib-2.0: Fix ChildWatchSource binding X-Git-Tag: 0.13.0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f645e53d845c0ebb8ecfeb0e6151b58fd2342edd;p=thirdparty%2Fvala.git glib-2.0: Fix ChildWatchSource binding Fixes bug 647911. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 846449667..d97640018 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1717,8 +1717,9 @@ namespace GLib { public delegate void ChildWatchFunc (Pid pid, int status); + [CCode (cname = "GSource")] public class ChildWatchSource : Source { - public ChildWatchSource (Pid pid, int status, void* data); + public ChildWatchSource (Pid pid); } namespace ChildWatch {