mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-18 14:48:53 +02:00
[gbinding] Move argument reference out of first column
It makes gobject-introspection complain.
This commit is contained in:
@@ -56,8 +56,8 @@ typedef struct _GBinding GBinding;
|
|||||||
* @user_data: data passed to the transform function
|
* @user_data: data passed to the transform function
|
||||||
*
|
*
|
||||||
* A function to be called to transform the source property of @source
|
* A function to be called to transform the source property of @source
|
||||||
* from @source_value into the target property of @target using
|
* from @source_value into the target property of @target
|
||||||
* @target_value
|
* using @target_value.
|
||||||
*
|
*
|
||||||
* Return value: %TRUE if the transformation was successful, and %FALSE
|
* Return value: %TRUE if the transformation was successful, and %FALSE
|
||||||
* otherwise
|
* otherwise
|
||||||
|
Reference in New Issue
Block a user