Gio.Settings.new_with_backend_and_path

function new_with_backend_and_path(schema_id: String, backend: Gio.SettingsBackend, path: String): Gio.Settings {
    // Gjs wrapper for g_settings_new_with_backend_and_path()
}
  

Creates a new Gio.Settings object with the schema specified by schema_id and a given Gio.SettingsBackend and path.

This is a mix of Gio.Settings.new_with_backend and Gio.Settings.new_with_path.

Since 2.26

schema_id

the id of the schema

backend

the Gio.SettingsBackend to use

path

the path to use

Returns

a new Gio.Settings object