Value.setInternedString
void setInternedString(string vString = null)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 [glib.global.internString]), and is thus not duplicated when setting the #GValue.
Parameters
vString | static string to be set |