Settings.newWithBackendAndPath

gio.settings.Settings newWithBackendAndPath(string schemaId, gio.settings_backend.SettingsBackend backend, string path)

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].

Parameters

schemaIdthe id of the schema
backendthe #GSettingsBackend to use
paththe path to use

Returns

a new #GSettings object