Handbook
Glossary
g_object_bind_property_with_closures ( source source_property target target_property flags transform_to transform_from -- GBinding* )
Vocabulary
gobject
.
ffi
Inputs
source
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
GBinding*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GBinding*
g_object_bind_property_with_closures
(
gpointer
source, gchar* source_property,
gpointer
target,
gchar* target_property,
GBindingFlags
flags, GClosure*
transform_to, GClosure* transform_from )