GValue: document ownership transfer in g_value_take_string

Fixes #2894
This commit is contained in:
Lukáš Tyrychtr 2023-01-25 13:23:49 +01:00
parent 65f660914a
commit fce798661d

View File

@ -1108,7 +1108,7 @@ g_value_set_string_take_ownership (GValue *value,
/**
* g_value_take_string:
* @value: a valid #GValue of type %G_TYPE_STRING
* @v_string: (nullable): string to take ownership of
* @v_string: (nullable) (transfer full): string to take ownership of
*
* Sets the contents of a %G_TYPE_STRING #GValue to @v_string.
*