Set the contents of a %G_TYPE_STRING #GValue to @v_string. The string is assumed to be static, and is thus not duplicated when setting the #GValue.
If the the string is a canonical string, using g_value_set_interned_string() is more appropriate.
static string to be set
See Implementation
Set the contents of a %G_TYPE_STRING #GValue to @v_string. The string is assumed to be static, and is thus not duplicated when setting the #GValue.
If the the string is a canonical string, using g_value_set_interned_string() is more appropriate.