Thread safe variant of g_object_bind_property_full
.
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 |
the transformation function from the |
transform_from |
the transformation function from the |
notify |
function to be called when disposing the binding, to free the resources used by the transformation functions |
user_data |
custom data to be passed to the transformation functions, or null |
the Binding instance representing the binding between the two Object instances. The binding is released whenever the Binding reference count reaches zero. |