summaryrefslogtreecommitdiff
path: root/client/dconf.h
Commit message (Collapse)AuthorAgeFilesLines
* common: rename dconf-error.h to dconf-enums.hAllison Ryan Lortie2015-12-161-1/+1
| | | | | | This will soon contain an extra enum. https://bugzilla.gnome.org/show_bug.cgi?id=759128
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Add DCONF_ERROR error domainRyan Lortie2013-11-251-0/+1
| | | | | | | | | Add a DCONF_ERROR error domain with associated DConfError enum type. Use this instead of the adhoc approach that we've been taking up to this point. https://bugzilla.gnome.org/show_bug.cgi?id=704638
* tweak public header installationRyan Lortie2012-07-151-3/+3
| | | | | Colin noticed that this was totally broken (from an ostree build). Fix it up.
* massive Makefile reorganisationRyan Lortie2012-07-081-0/+1
| | | | | | | | | | Clean up the Makefiles and make them as similar as possible. Move CFLAGS to a common point of definition and stop using -I so much. Replace the 'dbus stub' with libdconf-mock.a in tests/. Fill in some stubs for future mock code for shm and gvdb (just to get things compiling for now).
* header cleanupRyan Lortie2010-07-181-3/+3
|
* copyright commentsRyan Lortie2010-06-101-0/+21
|
* Remove ResetList and ReadType from client APIRyan Lortie2010-05-281-2/+0
|
* refactor, add client library, add 'dconf' commandRyan Lortie2010-05-221-0/+9
Only very preliminary functionality for all of these.