g_object_bind_property ( object source_property target target_property flags -- GBinding* )


Vocabulary
gobject.ffi

Inputs
objectan object
source_propertyan object
targetan object
target_propertyan object
flagsan object


Outputs
GBinding*an object


Definition


LIBRARY: gobject FUNCTION: GBinding* g_object_bind_property
( GObject* object, gchar* source_property, GObject* target,
gchar* target_property, GBindingFlags flags )