summaryrefslogtreecommitdiff
path: root/bin/dconf.c
Commit message (Collapse)AuthorAgeFilesLines
* bin: Add an option to ignore changes to locked keys during loadTomasz Miąsko2019-02-121-8/+35
| | | | | | | | | If load command attempts to change one of non-writable keys, the whole operation fails with an error and no changes are made. Add an `-f` option to the load command that skips non-writable keys and proceeds with remaining changes. Closes issue #1.
* bin: Document update command directory argumentTomasz Miąsko2019-02-041-2/+14
| | | | | | | | | | | Document that update command takes optional directory argument, which allows to run update in an arbitrary directory instead of the default one. The functionality itself have been added earlier for testing purposes, but it is generally useful so lets document its existence. Closes #39. Based on a patch contributed by Takao Fujiwara.
* bin: Rewrite dconf utility in CTomasz Miąsko2019-01-291-0/+1175
| | | | | | | | | Intentional functional changes: * Update is no longer conditional on mtime. * Help information is shown on erroneous usage, but not otherwise. Fixes issue #38.
* assorted client API cleanups, vala port of 'dconf'Ryan Lortie2010-07-181-242/+0
|
* Switch from sequence numbers to tag stringsRyan Lortie2010-06-101-1/+1
|
* simplify API, add gobject-introspectionRyan Lortie2010-05-281-2/+2
|
* 'list' updatesRyan Lortie2010-05-241-1/+1
| | | | | - move to new GSettingsBackend API - add 'length' parameter, update callers
* test async commands with the cmdline toolRyan Lortie2010-05-241-1/+50
| | | | fix a silly bug that the testing found
* proper CFLAGS, distcheck fixesRyan Lortie2010-05-231-12/+11
|
* more client library API, exposed by cmdline toolRyan Lortie2010-05-231-22/+171
|
* flesh out the APIs a bitRyan Lortie2010-05-231-10/+28
| | | | | - add a sync set() call to client API - GCancellable/GErrorify some APIs
* refactor, add client library, add 'dconf' commandRyan Lortie2010-05-221-0/+27
Only very preliminary functionality for all of these.