Function
Camelbinding_bind_property
since: 3.16
Declaration [src]
GBinding*
camel_binding_bind_property (
GObject* source,
const gchar* source_property,
GObject* target,
const gchar* target_property,
GBindingFlags flags
)
Description [src]
Thread safe variant of g_object_bind_property(). See its documentation for more information on arguments and return value.
Available since: 3.16
Parameters
source-
Type:
GObjectThe source
GObject.The data is owned by the caller of the function. source_property-
Type:
const gchar*The property on
sourceto bind.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. target-
Type:
GObjectThe target
GObject.The data is owned by the caller of the function. target_property-
Type:
const gchar*The property on
targetto bind.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. flags-
Type:
GBindingFlagsFlags to pass to
GBinding.
Return value
Type: GBinding
No description available.
| The data is owned by the called function. |