docs: Use "Returns:" instead "Return:"
authorJavier Jardón <jjardon@gnome.org>
Thu, 10 Jul 2014 16:09:07 +0000 (17:09 +0100)
committerJavier Jardón <jjardon@gnome.org>
Thu, 10 Jul 2014 16:09:30 +0000 (17:09 +0100)
glib/gdataset.c
gobject/gobject.c

index 99a06ee..f054d32 100644 (file)
@@ -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
index d2f4c59..66af566 100644 (file)
@@ -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