[vala] gobject-2.0: Set bind_property() default flag



commit 7c830f0f57e26209e0726090297216241208a3db
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Thu May 24 16:27:48 2012 +0200

    gobject-2.0: Set bind_property() default flag
    
    Use GLib.BindingFlags.DEFAULT by default.
    
    Fixes bug 676745.

 vapi/gobject-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi
index 0979a3d..e4aae29 100644
--- a/vapi/gobject-2.0.vapi
+++ b/vapi/gobject-2.0.vapi
@@ -376,7 +376,7 @@ namespace GLib {
 		public void remove_toggle_ref (ToggleNotify notify);
 
 		[CCode (cname = "g_object_bind_property_with_closures")]
-		public unowned GLib.Binding bind_property (string source_property, GLib.Object target, string target_property, GLib.BindingFlags flags, [CCode (type = "GClosure*")] owned GLib.BindingTransformFunc? transform_to = null, [CCode (type = "GClosure*")] owned GLib.BindingTransformFunc? transform_from = null);
+		public unowned GLib.Binding bind_property (string source_property, GLib.Object target, string target_property, GLib.BindingFlags flags = GLib.BindingFlags.DEFAULT, [CCode (type = "GClosure*")] owned GLib.BindingTransformFunc? transform_to = null, [CCode (type = "GClosure*")] owned GLib.BindingTransformFunc? transform_from = null);
 	}
 
 	[CCode (destroy_function = "g_weak_ref_clear")]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]