Settings.newWithBackendAndPath

Creates a new #GSettings object with the schema specified by schema_id and a given #GSettingsBackend and path.

This is a mix of gio.settings.Settings.newWithBackend and gio.settings.Settings.newWithPath.

class Settings
static
newWithBackendAndPath

Parameters

schemaId string

the id of the schema

backend gio.settings_backend.SettingsBackend

the #GSettingsBackend to use

path string

the path to use

Return Value

Type: gio.settings.Settings

a new #GSettings object