Creates a binding between source_property
on the source object and target_property
on target
,
allowing you to set the transformation functions to be used by the binding.
The binding flag g_binding_sync_create is automatically specified.
This function is the language bindings friendly version of g_binding_group_bind_property_full
, using
Closures instead of function pointers.
See bind_property for more information.
this |
the BindingGroup |
source_property |
the property on the source to bind |
target |
the target Object |
target_property |
the property on |
flags |
the flags used to create the Binding |
transform_to |
a Closure wrapping the transformation function from the source object to the |
transform_from |
a Closure wrapping the transformation function from the |