]> 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)
committerJürg Billeter <j@bitron.ch>
Sat, 12 Mar 2011 14:47:33 +0000 (15:47 +0100)
Fixes bug 641789.

vapi/glib-2.0.vapi

index 158117d5b507cfa133c1fd9f933e70647ea15032..4c386c94c671cb6d98b658c3505c805ff71c4017 100644 (file)
@@ -1476,7 +1476,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 {