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