方法
GObjectValueset_static_string
声明 [源]
void
g_value_set_static_string (
GValue* value,
const gchar* v_string
)
描述 [源]
将 G_TYPE_STRING
GValue
的内容设置为 v_string
。假设字符串为静态字符串,因此在设置 GValue
时不会对其进行复制。
如果字符串是规范字符串,则使用 g_value_set_interned_string()
更为合适。