g_binding_group_bind ( binding_group source_property target target_property flags -- )


Vocabulary
gobject.ffi

Inputs
binding_groupan object
source_propertyan object
targetan object
target_propertyan object
flagsan object


Outputs
None

Definition


LIBRARY: gobject FUNCTION: void g_binding_group_bind
( GBindingGroup* binding_group, gchar* source_property,
GObject* target, gchar* target_property, GBindingFlags flags
)