From 60fe7b46d2a500bd6a5cd47105dc3172acf9c7a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Thu, 10 Jul 2014 17:09:07 +0100 Subject: [PATCH] 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 -- 2.7.4