mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Use "Returns:" instead "Return:"
This commit is contained in:
parent
02c6e908d7
commit
60fe7b46d2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user