Binding.gObjectBindProperty

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

class Binding
static
gObjectBindProperty

Parameters

source void*

the source GObject. [type GObject.Object]

sourceProperty string

the property on source to bind

target void*

the target GObject. [type GObject.Object]

targetProperty string

the property on target to bind

flags GBindingFlags

flags to pass to GBinding

Return Value

Type: Binding

the GBinding instance representing the binding between the two GObject instances. The binding is released whenever the GBinding reference count reaches zero. [transfer none]

Meta