summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2012-04-11 13:43:53 +0200
committerJürg Billeter <j@bitron.ch>2012-04-11 13:43:53 +0200
commitb47eefb193151825285ffdf0d923ab17bb462fc9 (patch)
tree8163e522b77481ae494c6308473b046a550bde02
parente7c530d8e00d637fa53b1e9b87be92c6e19c81a7 (diff)
downloadvala-b47eefb193151825285ffdf0d923ab17bb462fc9.tar.gz
glib-2.0: Fix return type of GTraverseFunc binding
-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 37b551096..2902127c4 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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 {