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

This commit is contained in:
Javier Jardón 2014-07-10 17:09:07 +01:00
parent 02c6e908d7
commit 60fe7b46d2
2 changed files with 3 additions and 3 deletions

View 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

View 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