set_static_string
Description:
Set the contents of a g_type_string Value to
v_string
.
The string is assumed to be static, and is thus not duplicated when setting the Value .
If the the string is a canonical string, using set_interned_string is more appropriate.
Parameters:
this |
a valid Value of type g_type_string |
v_string |
static string to be set |