set_interned_string
Description:
[
Version ( since =
"2.66" ) ]
public void set_interned_string (
string? v_string)
Set the contents of a g_type_string Value to
v_string
.
The string is assumed to be static and interned (canonical, for example from g_intern_string
), and is thus not duplicated when
setting the Value.
Parameters:
this |
a valid Value of type g_type_string
|
v_string |
static string to be set
|