Gio.Settings.prototype.get_child

function get_child(name: String): Gio.Settings {
    // Gjs wrapper for g_settings_get_child()
}
  

Creates a child settings object which has a base path of `base-path/name`, where `base-path` is the base path of settings.

The schema for the child settings object must have been declared in the schema of settings using a <child> element.

Since 2.26

name

the name of the child schema

Returns

a 'child' settings object