mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Merge branch 'docs-typo-fix' into 'master'
gobject: Fix apostrophe usage in a few small bits of documentation See merge request GNOME/glib!853
This commit is contained in:
commit
db27933236
@ -539,8 +539,8 @@ g_value_set_boxed_take_ownership (GValue *value,
|
|||||||
* @v_boxed: (nullable): duplicated unowned boxed value to be set
|
* @v_boxed: (nullable): duplicated unowned boxed value to be set
|
||||||
*
|
*
|
||||||
* Sets the contents of a %G_TYPE_BOXED derived #GValue to @v_boxed
|
* Sets the contents of a %G_TYPE_BOXED derived #GValue to @v_boxed
|
||||||
* and takes over the ownership of the callers reference to @v_boxed;
|
* and takes over the ownership of the caller’s reference to @v_boxed;
|
||||||
* the caller doesn't have to unref it any more.
|
* the caller doesn’t have to unref it any more.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
|
@ -3977,8 +3977,8 @@ g_value_set_object_take_ownership (GValue *value,
|
|||||||
* @v_object: (nullable): object value to be set
|
* @v_object: (nullable): object value to be set
|
||||||
*
|
*
|
||||||
* Sets the contents of a %G_TYPE_OBJECT derived #GValue to @v_object
|
* 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;
|
* 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
|
* the caller doesn’t have to unref it any more (i.e. the reference
|
||||||
* count of the object is not increased).
|
* count of the object is not increased).
|
||||||
*
|
*
|
||||||
* If you want the #GValue to hold its own reference to @v_object, use
|
* If you want the #GValue to hold its own reference to @v_object, use
|
||||||
|
@ -1471,8 +1471,8 @@ g_value_set_param_take_ownership (GValue *value,
|
|||||||
* @param: (nullable): the #GParamSpec to be set
|
* @param: (nullable): the #GParamSpec to be set
|
||||||
*
|
*
|
||||||
* Sets the contents of a %G_TYPE_PARAM #GValue to @param and takes
|
* Sets the contents of a %G_TYPE_PARAM #GValue to @param and takes
|
||||||
* over the ownership of the callers reference to @param; the caller
|
* over the ownership of the caller’s reference to @param; the caller
|
||||||
* doesn't have to unref it any more.
|
* doesn’t have to unref it any more.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user