Handbook
Glossary
g_binding_group_bind ( binding_group source_property target target_property flags -- )
Vocabulary
gobject
.
ffi
Inputs
binding_group
an
object
source_property
an
object
target
an
object
target_property
an
object
flags
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
void
g_binding_group_bind
( GBindingGroup* binding_group, gchar* source_property,
GObject* target, gchar* target_property,
GBindingFlags
flags
)