方法
GioSettingsget_int64
since: 2.50
声明 [src]
gint64
g_settings_get_int64 (
GSettings* settings,
const gchar* key
)
描述 [src]
获取在settings
中存储于key
的值。
这是为64位整数而提供的g_settings_get()
的便利变体。
给一个在settings
的schema中没有指定为int64类型的key
是一个编程错误。
Available since: 2.50