change GSettingsBackend.list() API

This commit is contained in:
Ryan Lortie
2010-05-24 22:20:47 -04:00
parent 1b7f645492
commit 84a0605342
2 changed files with 31 additions and 29 deletions

View File

@@ -73,6 +73,8 @@ struct _GSettingsBackendClass
gboolean default_value);
gchar ** (*list) (GSettingsBackend *backend,
const gchar *path,
gchar **resets,
gsize n_resets,
gsize *length);
gboolean (*write) (GSettingsBackend *backend,
const gchar *key,