Settings.newWithBackendAndPath
gio.settings.Settings newWithBackendAndPath(string schemaId, gio.settings_backend.SettingsBackend backend, string path) static nothrowCreates 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
schemaId | the id of the schema |
backend | the #GSettingsBackend to use |
path | the path to use |
Returns
a new #GSettings object