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)
[ Version ( since = "2.26" ) ]
public Settings.with_backend_and_path (string schema_id, SettingsBackend backend, string path)
Creates a new [class@Gio.
Settings] object with the schema specified by schema_id and a given [class@Gio.SettingsBackend] and path.
This is a mix of [ctor@Gio.Settings.new_with_backend] and [ctor@Gio.Settings.new_with_path].
Parameters:
| schema_id |
the ID of the schema |
| backend |
the settings backend to use |
| path |
the path to use |
Returns:
|
a new [class@Gio.Settings] object |