mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-06 05:56:52 +02:00
g_value_set_string description: clarified (unified), that v_string is a copy.
This commit is contained in:
parent
ed49de8b0f
commit
1fc905efe4
@ -1024,7 +1024,7 @@ g_value_get_double (const GValue *value)
|
|||||||
* @value: a valid #GValue of type %G_TYPE_STRING
|
* @value: a valid #GValue of type %G_TYPE_STRING
|
||||||
* @v_string: (nullable): caller-owned string to be duplicated for the #GValue
|
* @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
|
void
|
||||||
g_value_set_string (GValue *value,
|
g_value_set_string (GValue *value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user