GObject.Object
GObject.Binding
Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GBinding |
Class : | Binding |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
flags : GObject.BindingFlags
Flags to be used to control the GBinding
Flags to be used to control the GBinding
|
GObject.Binding | |
source : GObject.Object
The GObject that should be used as the source of the binding
The GObject that should be used as the source of the binding
|
GObject.Binding | |
source_property : String
The name of the property of GBinding:source that should be used
as the source of the binding The name of the property of GBinding:source that should be used
as the source of the binding |
GObject.Binding | |
target : GObject.Object
The GObject that should be used as the target of the binding
The GObject that should be used as the target of the binding
|
GObject.Binding | |
target_property : String
The name of the property of GBinding:target that should be used
as the target of the binding The name of the property of GBinding:target that should be used
as the target of the binding |
GObject.Binding |
Method / Constructor | Defined By | |
---|---|---|
new GObject.Binding
(Object properties)
Create a new GObject.Binding
Create a new GObject.Binding
|
||
get_flags
()
:
GObject.BindingFlags
Retrieves the flags passed when constructing the GBinding
Retrieves the flags passed when constructing the GBinding
|
GObject.Binding | |
get_source
()
:
GObject.Object
Retrieves the GObject instance used as the source of the binding
Retrieves the GObject instance used as the source of the binding
|
GObject.Binding | |
get_source_property
()
:
String
Retrieves the name of the property of GBinding:source used as the source
of the binding
Retrieves the name of the property of GBinding:source used as the source
of the binding
|
GObject.Binding | |
get_target
()
:
GObject.Object
Retrieves the GObject instance used as the target of the binding
Retrieves the GObject instance used as the target of the binding
|
GObject.Binding | |
get_target_property
()
:
String
Retrieves the name of the property of GBinding:target used as the target
of the binding
Retrieves the name of the property of GBinding:target used as the target
of the binding
|
GObject.Binding |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
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().
|
TelepathyGLib.Account
Method |
bind_connection_status_to_property
(void* target, String target_property, gboolean invert)
:
GObject.Binding
|
TelepathyGLib.Connection
Method |
bind_connection_status_to_property
(void* target, String target_property, gboolean invert)
:
GObject.Binding
|