Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GBindingFlags |
Enum : | BindingFlags |
Properties | |
---|---|
guint32 GObject.BindingFlags.BIDIRECTIONAL : 1
|
|
guint32 GObject.BindingFlags.DEFAULT : 0
|
|
guint32 GObject.BindingFlags.INVERT_BOOLEAN : 4
|
|
guint32 GObject.BindingFlags.SYNC_CREATE : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GObject.Binding
Property |
flags : GObject.BindingFlags
Flags to be used to control the GBinding
|
GObject.Binding
Method |
get_flags
()
:
GObject.BindingFlags
Retrieves the flags passed when constructing the GBinding
|
GObject.InitiallyUnowned
Method |
GObject.InitiallyUnowned.bind_property
(void* source, String source_property, void* target, String target_property, BindingFlags flags)
:
GObject.Binding
Creates a binding between source_property on source and target_property
on target. |
GObject.InitiallyUnowned
Method |
GObject.InitiallyUnowned.bind_property_full
(void* source, String source_property, void* target, String target_property, BindingFlags flags, Closure transform_to, Closure transform_from)
:
GObject.Binding
Complete version of g_object_bind_property().
|