GSettings: major refactor. Add enums, range.

This commit is contained in:
Ryan Lortie
2010-06-14 17:29:41 -04:00
parent b205dc77cb
commit 597290d5c8
14 changed files with 2835 additions and 1282 deletions

View File

@@ -61,9 +61,8 @@ const gchar * g_settings_schema_get_path (GSettin
G_GNUC_INTERNAL
const gchar * g_settings_schema_get_gettext_domain (GSettingsSchema *schema);
G_GNUC_INTERNAL
GVariant * g_settings_schema_get_value (GSettingsSchema *schema,
const gchar *key,
GVariant **options);
GVariantIter * g_settings_schema_get_value (GSettingsSchema *schema,
const gchar *key);
G_GNUC_INTERNAL
gboolean g_settings_schema_has_key (GSettingsSchema *schema,
const gchar *key);