[glib] [gbinding] Move argument reference out of first column
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] [gbinding] Move argument reference out of first column
- Date: Fri, 25 Jun 2010 13:26:46 +0000 (UTC)
commit 499ece9b52ec18e7a0ab5c9cda6b0b82946a8c7e
Author: Colin Walters <walters verbum org>
Date: Wed Jun 16 22:44:58 2010 -0400
[gbinding] Move argument reference out of first column
It makes gobject-introspection complain.
gobject/gbinding.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gobject/gbinding.h b/gobject/gbinding.h
index 6a5cc0f..4ea3425 100644
--- a/gobject/gbinding.h
+++ b/gobject/gbinding.h
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]