Settings.with_backend_and_path


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.26" ) ]
public Settings.with_backend_and_path (string schema_id, SettingsBackend backend, string path)

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

This is a mix of Settings.with_backend and Settings.with_path.

Parameters:

schema_id

the id of the schema

backend

the SettingsBackend to use

path

the path to use

Returns:

a new Settings object