registry_settings_backend_new

Function registry_settings_backend_new 

Source
pub fn registry_settings_backend_new(
    registry_key: Option<&str>,
) -> SettingsBackend
Available on crate feature v2_78 only.
Expand description

If @registry_key is None then the default path HKEY_CURRENT_USER\Software\GSettings is used.

§registry_key

the path to the registry key where settings are stored, or None.

§Returns

a registry-backed #GSettingsBackend