Thread safe variant of bind_property.
See its documentation for more information on arguments and return value.
source |
the source Object |
source_property |
the property on |
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 |
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. |