方法

GioSettingsget_string

自:2.26

声明 [来源]

gchar*
g_settings_get_string (
  GSettings* settings,
  const gchar* key
)

描述 [来源]

从指定的 keysettings 获取存储的值。

g_settings_get() 的字符串便利变体。

如果给定的 key 未在 settings 的模式中指定为字符串类型,则向其提供是程序员错误。

自 2.26 可用

参数

key

类型:const gchar*

获取值时使用的键。

数据由方法调用者拥有。
值是一个空终止的 UTF-8 字符串。

返回值

类型:gchar*

新分配的字符串。

方法调用者负责释放返回的数据。
值是一个空终止的 UTF-8 字符串。