[vala] glib-2.0: Fix return type of GTraverseFunc binding
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: Fix return type of GTraverseFunc binding
- Date: Wed, 11 Apr 2012 11:45:09 +0000 (UTC)
commit b47eefb193151825285ffdf0d923ab17bb462fc9
Author: JÃrg Billeter <j bitron ch>
Date: Wed Apr 11 13:43:53 2012 +0200
glib-2.0: Fix return type of GTraverseFunc binding
vapi/glib-2.0.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 37b5510..2902127 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]