Handbook
Glossary
g_object_bind_property ( object source_property target target_property flags -- GBinding* )
Vocabulary
gobject
.
ffi
Inputs
object
an
object
source_property
an
object
target
an
object
target_property
an
object
flags
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
( GObject* object, gchar* source_property, GObject* target,
gchar* target_property,
GBindingFlags
flags )