mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-18 19:51:57 +02: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
|
* or may not include using @old_destroy as sometimes replacement
|
||||||
* should not destroy the object in the normal way.
|
* 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.
|
* by @newval, %FALSE otherwise.
|
||||||
*
|
*
|
||||||
* Since: 2.34
|
* Since: 2.34
|
||||||
|
@ -3321,7 +3321,7 @@ g_object_dup_qdata (GObject *object,
|
|||||||
* or may not include using @old_destroy as sometimes replacement
|
* or may not include using @old_destroy as sometimes replacement
|
||||||
* should not destroy the object in the normal way.
|
* 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.
|
* by @newval, %FALSE otherwise.
|
||||||
*
|
*
|
||||||
* Since: 2.34
|
* Since: 2.34
|
||||||
@ -3530,7 +3530,7 @@ g_object_dup_data (GObject *object,
|
|||||||
* or may not include using @old_destroy as sometimes replacement
|
* or may not include using @old_destroy as sometimes replacement
|
||||||
* should not destroy the object in the normal way.
|
* 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.
|
* by @newval, %FALSE otherwise.
|
||||||
*
|
*
|
||||||
* Since: 2.34
|
* Since: 2.34
|
||||||
|
Loading…
x
Reference in New Issue
Block a user