Handbook
Glossary
g_object_bind_property_full ( source source_property target target_property flags transform_to transform_from user_data notify -- 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
user_data
an
object
notify
an
object
Outputs
GBinding*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GBinding*
g_object_bind_property_full
(
gpointer
source, gchar* source_property,
gpointer
target,
gchar* target_property,
GBindingFlags
flags,
GBindingTransformFunc
transform_to,
GBindingTransformFunc
transform_from,
gpointer
user_data,
GDestroyNotify
notify )