[gbinding] Move argument reference out of first column
authorColin Walters <walters@verbum.org>
Thu, 17 Jun 2010 02:44:58 +0000 (22:44 -0400)
committerColin Walters <walters@verbum.org>
Fri, 25 Jun 2010 13:26:23 +0000 (09:26 -0400)
It makes gobject-introspection complain.

gobject/gbinding.h

index 6a5cc0f..4ea3425 100644 (file)
@@ -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