summaryrefslogtreecommitdiff
path: root/bin/dconf-dump.vala
Commit message (Collapse)AuthorAgeFilesLines
* adjust to recent changes in vala compilerRyan Lortie2011-12-281-2/+2
| | | | | | It is now possible to have arrays of nullable types and some places where we had the equivalent non-null type are now considered to be errors.
* cli: add keyfile-based "dump" and "load" commandsRyan Lortie2011-07-211-0/+94
These should be in the same format as the system database keyfiles and fairly similar to the GSettings keyfile backend format.