mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
GSettingsSchema: add call to get list of keys
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user