Merge branch 'DarkTrick-main-patch-77797' into 'main'

g_value_set_string description: clarified (unified), that v_string is a copy.

See merge request GNOME/glib!2167
This commit is contained in:
Philip Withnall 2021-06-23 10:01:57 +00:00
commit d4ed690120

View File

@ -1024,7 +1024,7 @@ g_value_get_double (const GValue *value)
* @value: a valid #GValue of type %G_TYPE_STRING
* @v_string: (nullable): caller-owned string to be duplicated for the #GValue
*
* Set the contents of a %G_TYPE_STRING #GValue to @v_string.
* Set the contents of a %G_TYPE_STRING #GValue to a copy of @v_string.
*/
void
g_value_set_string (GValue *value,