Handbook
Glossary
g_binding_group_bind_with_closures ( binding_group source_property target target_property flags transform_to transform_from -- )
Vocabulary
gobject
.
ffi
Inputs
binding_group
an
object
source_property
an
object
target
an
object
target_property
an
object
flags
an
object
transform_to
an
object
transform_from
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_with_closures
( GBindingGroup* binding_group, gchar* source_property,
GObject* target, gchar* target_property,
GBindingFlags
flags, GClosure* transform_to, GClosure* transform_from )