GNOME Bugzilla – Bug 743517
GSettings API is missing some introspection functions
Last modified: 2015-01-28 18:13:44 UTC
Attached patches add a way to get the name from a GSettingsSchemaKey and to list children of a schema without instantiating a GSettings object.
Created attachment 295425 [details] [review] gsettings: add g_settings_schema_key_get_name
Created attachment 295426 [details] [review] gsettings: add g_settings_schema_list_children
Review of attachment 295425 [details] [review]: docs sections update please (and then push)
Review of attachment 295426 [details] [review]: Assuming you just copy-pasted that code (and I don't need to read it), seems reasonable. Docs section update, please.
Attachment 295425 [details] pushed as d95bb1f - gsettings: add g_settings_schema_key_get_name Attachment 295426 [details] pushed as 6d55189 - gsettings: add g_settings_schema_list_children