Top | ![]() |
![]() |
![]() |
![]() |
|
camel_init () |
|
camel_shutdown () |
|
camel_binding_bind_property () |
|
camel_binding_bind_property_full () |
|
camel_binding_bind_property_with_closures () |
GBinding * camel_binding_bind_property (,
gpointer sourceconst
,gchar *source_property,
gpointer targetconst
,gchar *target_property);
GBindingFlags flags
Thread safe variant of g_object_bind_property()
source |
the source |
[type GObject.Object] |
source_property |
the property on |
|
target |
the target |
[type GObject.Object] |
target_property |
the property on |
|
flags |
flags to pass to |
Since: 3.16
GBinding * camel_binding_bind_property_full (,
gpointer sourceconst
,gchar *source_property,
gpointer targetconst
,gchar *target_property,
GBindingFlags flags,
GBindingTransformFunc transform_to,
GBindingTransformFunc transform_from,
gpointer user_data);
GDestroyNotify notify
Thread safe variant of g_object_bind_property_full()
source |
the source |
[type GObject.Object] |
source_property |
the property on |
|
target |
the target |
[type GObject.Object] |
target_property |
the property on |
|
flags |
flags to pass to |
|
transform_to |
the transformation function
from the |
[scope notified][allow-none] |
transform_from |
the transformation function
from the |
[scope notified][allow-none] |
user_data |
custom data to be passed to the transformation functions,
or |
|
notify |
function to be called when disposing the binding, to free the resources used by the transformation functions |
the
[transfer none]
Since: 3.16
GBinding * camel_binding_bind_property_with_closures (,
gpointer sourceconst
,gchar *source_property,
gpointer targetconst
,gchar *target_property,
GBindingFlags flags,
GClosure *transform_to);
GClosure *transform_from
Thread safe variant of g_object_bind_property_with_closures()
[rename-to camel_binding_bind_property_full]
source |
the source |
[type GObject.Object] |
source_property |
the property on |
|
target |
the target |
[type GObject.Object] |
target_property |
the property on |
|
flags |
flags to pass to |
|
transform_to |
a |
|
transform_from |
a |
the
[transfer none]
Since: 3.16