After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758864 - add list-locks functionality to dconf
add list-locks functionality to dconf
Status: RESOLVED FIXED
Product: dconf
Classification: Core
Component: dconf
git master
Other All
: Normal normal
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2015-11-30 19:59 UTC by Allison Karlitskaya (desrt)
Modified: 2015-12-01 19:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
engine, client: add list_locks() operation (6.89 KB, patch)
2015-11-30 19:59 UTC, Allison Karlitskaya (desrt)
committed Details | Review
vapi: add new API read_default() to vapi (735 bytes, patch)
2015-11-30 19:59 UTC, Allison Karlitskaya (desrt)
committed Details | Review
dconf(1) tool: add list-locks command (2.59 KB, patch)
2015-11-30 19:59 UTC, Allison Karlitskaya (desrt)
committed Details | Review
dconf(1): add -d option to 'dconf read' (1.39 KB, patch)
2015-11-30 20:00 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2015-11-30 19:59:41 UTC
Also, add commandline tool support for reading default values.
Comment 1 Allison Karlitskaya (desrt) 2015-11-30 19:59:49 UTC
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.
Comment 2 Allison Karlitskaya (desrt) 2015-11-30 19:59:54 UTC
Created attachment 316551 [details] [review]
vapi: add new API read_default() to vapi
Comment 3 Allison Karlitskaya (desrt) 2015-11-30 19:59:58 UTC
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.
Comment 4 Allison Karlitskaya (desrt) 2015-11-30 20:00:03 UTC
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.
Comment 5 Xavier Claessens 2015-11-30 21:56:41 UTC
Looks fine to me, thanks.
Comment 6 Allison Karlitskaya (desrt) 2015-12-01 19:56:32 UTC
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'