mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
docs: Clarify user_data behavior for bind_property_full()
This commit is contained in:
@@ -802,6 +802,12 @@ g_binding_get_target_property (GBinding *binding)
|
|||||||
*
|
*
|
||||||
* A #GObject can have multiple bindings.
|
* A #GObject can have multiple bindings.
|
||||||
*
|
*
|
||||||
|
* <note>The same @user_data parameter will be used for both @transform_to
|
||||||
|
* and @transform_from transformation functions; the @notify function will
|
||||||
|
* be called once, when the binding is removed. If you need different data
|
||||||
|
* for each transformation function, please use
|
||||||
|
* g_object_bind_property_with_closures() instead.</note>
|
||||||
|
*
|
||||||
* Return value: (transfer none): the #GBinding instance representing the
|
* Return value: (transfer none): the #GBinding instance representing the
|
||||||
* binding between the two #GObject instances. The binding is released
|
* binding between the two #GObject instances. The binding is released
|
||||||
* whenever the #GBinding reference count reaches zero.
|
* whenever the #GBinding reference count reaches zero.
|
||||||
|
Reference in New Issue
Block a user