Value.setInternedString

Set the contents of a %G_TYPE_STRING #GValue 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 #GValue.

class Value
void
setInternedString
(
string vString
)

Parameters

vString string

static string to be set

Meta

Since

2.66