GSettingsSchema: add call to get list of keys

This commit is contained in:
Ryan Lortie
2010-04-16 23:20:48 -04:00
parent 61a5692fa1
commit 43a72ce1be
2 changed files with 35 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ GVariant * g_settings_schema_get_value (GSettin
G_GNUC_INTERNAL
gboolean g_settings_schema_has_key (GSettingsSchema *schema,
const gchar *key);
G_GNUC_INTERNAL
const GQuark * g_settings_schema_list (GSettingsSchema *schema,
gint *n_items);
G_END_DECLS