]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix PollFunc delegate binding.
authorStefano Debenedetti <ste@demaledetti.net>
Fri, 11 Feb 2011 08:05:52 +0000 (09:05 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Fri, 11 Feb 2011 08:05:52 +0000 (09:05 +0100)
Fixes bug 641789.

vapi/glib-2.0.vapi

index 291c444a94734b434cdd4bfd0f49b6d62fe7c9c2..fb6453f01d2e0544f46deede4c77201c9733273b 100644 (file)
@@ -1658,7 +1658,7 @@ namespace GLib {
        }
        
        [CCode (has_target = false)]
-       public delegate int PollFunc (PollFD[] ufds, uint nfsd, int timeout_);
+       public delegate int PollFunc (PollFD[] ufds, int timeout_);
 
        [CCode (cname = "GSource")]
        public class TimeoutSource : Source {