g_object_bind_property_full ( source source_property target target_property flags transform_to transform_from user_data notify -- GBinding* )


Vocabulary
gobject.ffi

Inputs
sourcean object
source_propertyan object
targetan object
target_propertyan object
flagsan object
transform_toan object
transform_froman object
user_dataan object
notifyan object


Outputs
GBinding*an object


Definition


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 )