方法

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版起可用

参数

name

类型: const gchar*

子架构的名称。

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

返回值

类型: GSettings

一个“child”设置对象。

方法的调用者拥有返回的数据,并负责释放它。