[ 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.
schema_id |
the id of the schema |
backend |
the SettingsBackend to use |
path |
the path to use |
a new Settings object |