binding_bind_property_full
Description:
[ Version ( since = "3.16" ) ]
public unowned Binding binding_bind_property_full (Object source, string source_property, Object target, string target_property, BindingFlags flags, BindingTransformFunc? transform_to, owned BindingTransformFunc? transform_from)
Thread safe variant of g_object_bind_property_full
.
See its documentation for more information on arguments and return value.
Parameters:
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 |
Returns:
the Binding instance representing the binding between the two Object instances. The binding is released whenever the Binding reference count reaches zero. |