summaryrefslogtreecommitdiff
path: root/xfconfd/xfconf-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing functions to gtk-²docRomain B2017-07-201-2/+2
* Update documentation apiRomain B2017-07-201-0/+26
* Port the xfcond daemon to gdbus.Ali Abdallah2016-04-241-2/+0
* Allow :.,[]{} characters in property and channel names (bug #11021)Eric Koegel2014-07-271-5/+8
* patch from nick to silence warnings (bug 5362)Brian Tarricone2009-06-061-6/+6
* string review patch from david mohr (bug 4770)Brian Tarricone2009-01-091-2/+2
* fix a bunch of warningsBrian Tarricone2008-12-271-1/+1
* rename RemoveProperty() to ResetProperty() all over the placeBrian Tarricone2008-09-281-13/+17
* add and implement IsPropertyLocked() dbus method, add libxfconf getterBrian Tarricone2008-09-281-0/+35
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-291-0/+25
* improve property name validationBrian Tarricone2008-07-271-0/+16
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-271-33/+33
* * xfconfd/xfconf-backend.c, xfconfd/xfconf-backend-perchannel-xml.c:Jannis Pohlmann2008-07-031-2/+3
* do validate the first char of the channel nameBrian Tarricone2008-05-011-1/+0
* i suck. 0-9 are valid characters.Brian Tarricone2008-04-301-0/+2
* prevent xfconfd from freezingStephan Arts2008-04-291-0/+1
* validate channel namesBrian Tarricone2008-04-281-3/+48
* validate property names and throw an error if they're badBrian Tarricone2008-04-261-2/+56
* make the PropertyChanged signal workBrian Tarricone2008-04-071-0/+24
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-031-46/+0
* add permission denied error typeBrian Tarricone2007-10-011-0/+1
* implement most of the perchannel-xml backend. reading stuff fromBrian Tarricone2007-09-061-15/+70
* * add RemoveChannel() to the dbus interface and client libBrian Tarricone2007-09-061-0/+25
* add gtk-doc framework and fix up docs everywhereBrian Tarricone2007-09-051-1/+120
* add docs for XfconfBackendInterface, and change the interface a littleBrian Tarricone2007-09-051-1/+1
* * change xfconf_channel_get_*() API to return the values directlyBrian Tarricone2007-09-051-0/+43
* add backend framework to daemon with an empty implementation ofBrian Tarricone2007-09-041-2/+24
* initial import of xfconfd/libxfconfBrian Tarricone2007-09-041-0/+92