Creates a binding between source_property on this and target_property on
target, allowing you to set the transformation functions to be used by the binding.
This function is the language bindings friendly version of g_object_bind_property_full, using
Closures instead of function pointers.
| this |
the source Object |
| source_property |
the property on this to bind |
| target |
the target Object |
| target_property |
the property on |
| flags |
flags to pass to Binding |
| transform_to |
a Closure wrapping the transformation function from the
this to the |
| transform_from |
a Closure wrapping the transformation function from the |
|
the Binding instance representing the binding between the two Object instances. The binding is released whenever the Binding reference count reaches zero. |