GNOME Bugzilla – Bug 758864
add list-locks functionality to dconf
Last modified: 2015-12-01 19:56:45 UTC
Also, add commandline tool support for reading default values.
Created attachment 316550 [details] [review] engine, client: add list_locks() operation Add an API to dconf-engine (and exposed via DConfClient) for getting a list of locks that are present in a given dconf profile.
Created attachment 316551 [details] [review] vapi: add new API read_default() to vapi
Created attachment 316552 [details] [review] dconf(1) tool: add list-locks command Add a list-locks command to the dconf commandline tool to list the locks that are present in the current configuration.
Created attachment 316553 [details] [review] dconf(1): add -d option to 'dconf read' Add a -d option to 'dconf read' to read the default value.
Looks fine to me, thanks.
Attachment 316550 [details] pushed as 768ed4b - engine, client: add list_locks() operation Attachment 316551 [details] pushed as acbca54 - vapi: add new API read_default() to vapi Attachment 316552 [details] pushed as e7705f6 - dconf(1) tool: add list-locks command Attachment 316553 [details] pushed as d8e8178 - dconf(1): add -d option to 'dconf read'