GNOME Bugzilla – Bug 680838
Need g_settings_schema_source_get_schemas()
Last modified: 2013-10-28 00:13:35 UTC
Need something like this: GList *g_settings_schema_source_lookup(GSettingsSchemaSource *source); To get all the schemas available (i.e. returns a list of GSettingsSchema).
Created attachment 258237 [details] [review] Add g_settings_schema_source_list_schemas() g_settings_list_schemas() and g_settings_list_relocatable_schemas() are now deprecated. This will allow listing off schemas on non-default sources and is a better fit with the new direction the API is going.
Review of attachment 258237 [details] [review]: ::: gio/gsettingsschema.h @@ +53,3 @@ +GLIB_AVAILABLE_IN_2_40 +void g_settings_schema_source_list_schemas (GSettingsSchemaSource *source, This new function needs to be added to gio-sections.txt
Attachment 258237 [details] pushed as 6f38634 - Add g_settings_schema_source_list_schemas()