方法
GioSettingsget_child
since: 2.26
声明 [src]
GSettings*
g_settings_get_child (
GSettings* settings,
const gchar* name
)
描述 [src]
创建一个子设置对象,其基本路径为 base-path/
name`, 其中
base-path是设置的基本路径。
子设置对象的架构必须在settings
架构中通过一个<child>
元素声明。
创建的子设置对象将从settings
继承GSettings:delay-apply
模式。
自2.26版起可用
返回值
类型: GSettings
一个“child”设置对象。
方法的调用者拥有返回的数据,并负责释放它。 |