From: Javier Jardón Date: Thu, 10 Jul 2014 16:09:07 +0000 (+0100) Subject: docs: Use "Returns:" instead "Return:" X-Git-Tag: 2.41.2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60fe7b46d2a500bd6a5cd47105dc3172acf9c7a9;p=platform%2Fupstream%2Fglib.git docs: Use "Returns:" instead "Return:" --- 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