mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
GSettingsBackend API/ABI change
- add list() virtual method - add 'default_value' flag to read() call
This commit is contained in:
@@ -751,7 +751,7 @@ g_settings_get_value (GSettings *settings,
|
||||
|
||||
path = g_strconcat (settings->priv->path, key, NULL);
|
||||
type = g_variant_get_type (sval);
|
||||
value = g_settings_backend_read (settings->priv->backend, path, type);
|
||||
value = g_settings_backend_read (settings->priv->backend, path, type, FALSE);
|
||||
g_free (path);
|
||||
|
||||
if (options != NULL)
|
||||
|
Reference in New Issue
Block a user