GSettings: add g_settings_list_keys()

Second half of bug #622554.
This commit is contained in:
Ryan Lortie
2010-06-24 02:15:15 -04:00
parent 6218d8047a
commit 123699465d
4 changed files with 36 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ GSettings * g_settings_new_with_backend (const g
GSettings * g_settings_new_with_backend_and_path (const gchar *schema,
GSettingsBackend *backend,
const gchar *path);
gchar ** g_settings_list_keys (GSettings *settings);
gboolean g_settings_set_value (GSettings *settings,
const gchar *key,