mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Merge branch 'improve-gvaluesetboxed-docs' into 'main'
gobject: clarify in documentation that g_value_set_boxed copies See merge request GNOME/glib!4652
This commit is contained in:
@@ -466,7 +466,7 @@ value_set_boxed_internal (GValue *value,
|
||||
/**
|
||||
* g_value_set_boxed:
|
||||
* @value: a valid #GValue of %G_TYPE_BOXED derived type
|
||||
* @v_boxed: (nullable): boxed value to be set
|
||||
* @v_boxed: (nullable): caller-owned boxed object to be duplicated for the #GValue
|
||||
*
|
||||
* Set the contents of a %G_TYPE_BOXED derived #GValue to @v_boxed.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user