]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix return type of GTraverseFunc binding
authorJürg Billeter <j@bitron.ch>
Wed, 11 Apr 2012 11:43:53 +0000 (13:43 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 11 Apr 2012 11:43:53 +0000 (13:43 +0200)
vapi/glib-2.0.vapi

index 37b5510961afce3dc2d60174801c7536c608be82..2902127c4d47d4c94f80c3804d95b7482d088bef 100644 (file)
@@ -4380,7 +4380,7 @@ namespace GLib {
        
        /* GTree */
        
-       public delegate int TraverseFunc (void* key, void* value);
+       public delegate bool TraverseFunc (void* key, void* value);
        
        [CCode (cprefix = "G_", has_type_id = false)]
        public enum TraverseType {