the source GObject
the property on source to bind
the target GObject
the property on target to bind
flags to pass to GBinding
a GClosure wrapping the transformation function from the source to the target, or NULL to use the default
a GClosure wrapping the transformation function from the target to the source, or NULL to use the default
the GBinding instance representing the binding between the two GObject instances. The binding is released whenever the GBinding reference count reaches zero. [transfer none]
Creates a binding between source_property on source 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 GClosures instead of function pointers. Rename to: g_object_bind_property_full Since 2.26