summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2021-06-23 10:01:57 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2021-06-23 10:01:57 +0000
commitd4ed69012047b703d5a3c4c7b6984708d5cf1373 (patch)
tree4f641d2e35b26ba3a0cdc09ab5f4c7cdacd2a757
parented49de8b0f1b7466676940d71e57641ddf2dcbc6 (diff)
parent1fc905efe406b27e34bced11d6be3f35cecaa40e (diff)
downloadglib-d4ed69012047b703d5a3c4c7b6984708d5cf1373.tar.gz
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
-rw-r--r--gobject/gvaluetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gvaluetypes.c b/gobject/gvaluetypes.c
index 732ea2b08..60d7b6647 100644
--- a/gobject/gvaluetypes.c
+++ b/gobject/gvaluetypes.c
@@ -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,