pub fn memory_settings_backend_new() -> SettingsBackend
Expand description

Creates a memory-backed #GSettingsBackend.

This backend allows changes to settings, but does not write them to any backing storage, so the next time you run your application, the memory backend will start out with the default values again.

§Returns

a newly created #GSettingsBackend