mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
docs: Add missing apostrophes in GObject documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
parent
e4d68c7b3e
commit
88101e5981
@ -3480,7 +3480,7 @@ g_object_dup_qdata (GObject *object,
|
|||||||
* If the previous value was replaced then ownership of the
|
* If the previous value was replaced then ownership of the
|
||||||
* old value (@oldval) is passed to the caller, including
|
* old value (@oldval) is passed to the caller, including
|
||||||
* the registered destroy notify for it (passed out in @old_destroy).
|
* the registered destroy notify for it (passed out in @old_destroy).
|
||||||
* Its up to the caller to free this as he wishes, which may
|
* It’s up to the caller to free this as needed, which may
|
||||||
* 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.
|
||||||
*
|
*
|
||||||
@ -3690,7 +3690,7 @@ g_object_dup_data (GObject *object,
|
|||||||
* If the previous value was replaced then ownership of the
|
* If the previous value was replaced then ownership of the
|
||||||
* old value (@oldval) is passed to the caller, including
|
* old value (@oldval) is passed to the caller, including
|
||||||
* the registered destroy notify for it (passed out in @old_destroy).
|
* the registered destroy notify for it (passed out in @old_destroy).
|
||||||
* Its up to the caller to free this as he wishes, which may
|
* It’s up to the caller to free this as needed, which may
|
||||||
* 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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user