memory_settings_backend_new


Description:

[ CCode ( cname = "g_memory_settings_backend_new" , feature_test_macro = "G_SETTINGS_ENABLE_BACKEND" ) ]
[ Version ( since = "2.28" ) ]
public static SettingsBackend memory_settings_backend_new ()

Creates a memory-backed SettingsBackend.

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 SettingsBackend