mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
gobject: Fix apostrophe usage in a few small bits of documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -3943,8 +3943,8 @@ g_value_set_object_take_ownership (GValue *value,
|
||||
* @v_object: (nullable): object value to be set
|
||||
*
|
||||
* Sets the contents of a %G_TYPE_OBJECT derived #GValue to @v_object
|
||||
* and takes over the ownership of the callers reference to @v_object;
|
||||
* the caller doesn't have to unref it any more (i.e. the reference
|
||||
* and takes over the ownership of the caller’s reference to @v_object;
|
||||
* the caller doesn’t have to unref it any more (i.e. the reference
|
||||
* count of the object is not increased).
|
||||
*
|
||||
* If you want the #GValue to hold its own reference to @v_object, use
|
||||
|
Reference in New Issue
Block a user