the source GObject. [type GObject.Object]
the property on source to bind
the target GObject. [type GObject.Object]
the property on target to bind
flags to pass to GBinding
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. Whenever the source_property is changed the target_property is Since 2.26