Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Enum GObject.BindingFlags

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GBindingFlags
Enum : BindingFlags
Flags to be passed to g_object_bind_property() or
g_object_bind_property_full().
This enumeration can be extended at later date.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject.Binding
Property
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().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:47 GMT+0800 (HKT)