[ CCode ( cname = "g_null_settings_backend_new" , feature_test_macro = "G_SETTINGS_ENABLE_BACKEND" ) ]
[ Version ( since = "2.28" ) ]
public static SettingsBackend null_settings_backend_new ()
Creates a readonly SettingsBackend.
This backend does not allow changes to settings, so all settings will always have their default values.
a newly created SettingsBackend |