[glib] docs: Use "Returns:" instead "Return:"



commit 60fe7b46d2a500bd6a5cd47105dc3172acf9c7a9
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Jul 10 17:09:07 2014 +0100

    docs: Use "Returns:" instead "Return:"

 glib/gdataset.c   |    2 +-
 gobject/gobject.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gdataset.c b/glib/gdataset.c
index 99a06ee..f054d32 100644
--- a/glib/gdataset.c
+++ b/glib/gdataset.c
@@ -903,7 +903,7 @@ g_datalist_id_dup_data (GData          **datalist,
  * or may not include using @old_destroy as sometimes replacement
  * should not destroy the object in the normal way.
  *
- * Return: %TRUE if the existing value for @key_id was replaced
+ * Returns: %TRUE if the existing value for @key_id was replaced
  *  by @newval, %FALSE otherwise.
  *
  * Since: 2.34
diff --git a/gobject/gobject.c b/gobject/gobject.c
index d2f4c59..66af566 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -3321,7 +3321,7 @@ g_object_dup_qdata (GObject        *object,
  * or may not include using @old_destroy as sometimes replacement
  * should not destroy the object in the normal way.
  *
- * Return: %TRUE if the existing value for @quark was replaced
+ * Returns: %TRUE if the existing value for @quark was replaced
  *  by @newval, %FALSE otherwise.
  *
  * Since: 2.34
@@ -3530,7 +3530,7 @@ g_object_dup_data (GObject        *object,
  * or may not include using @old_destroy as sometimes replacement
  * should not destroy the object in the normal way.
  *
- * Return: %TRUE if the existing value for @key was replaced
+ * Returns: %TRUE if the existing value for @key was replaced
  *  by @newval, %FALSE otherwise.
  *
  * Since: 2.34


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]