[vala] gobject-2.0: Set bind_property() default flag
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gobject-2.0: Set bind_property() default flag
- Date: Thu, 2 Aug 2012 08:29:34 +0000 (UTC)
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]