summaryrefslogtreecommitdiff
path: root/xfconfd/xfconf-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Add a lifecycle manager to xfconfdGaƫl Bonithon2022-03-051-32/+45
* Fix warnings reported by GCC 8 (Bug #15112)Olivier Duchateau2019-02-121-2/+2
* Added copyright information + fix a couple of other memory leaks.Ali Abdallah2016-04-251-1/+2
* Fix a couple of memory leaks, due to g_variant conversion floatingAli Abdallah2016-04-251-7/+11
* Change return type of the gdbus handler callbacks to gboolean.Ali Abdallah2016-04-251-24/+26
* Get rid of all DBUS_GLIB_{CFLAGS,LIBS} and removeAli Abdallah2016-04-241-188/+142
* Cleanup includes.Nick Schermer2011-05-261-3/+3
* Use async DBus messages in xfconfd.Nick Schermer2010-02-081-155/+185
* Use g_clear_error where possible.Nick Schermer2010-02-081-19/+10
* string review patch from david mohr (bug 4770)Brian Tarricone2009-01-091-1/+1
* fix a bunch of warningsBrian Tarricone2008-12-271-3/+0
* add dbus filter function earlier so we don't get an abort() from dbus ifBrian Tarricone2008-11-021-9/+9
* add dbus message filter to catch disconnects and flush backends (bug 4487)Brian Tarricone2008-10-241-0/+37
* fix MAINTAINER_MODE build with glib 2.12Brian Tarricone2008-10-241-2/+2
* use same string for perms denied errorBrian Tarricone2008-09-281-1/+1
* clarify code a bitBrian Tarricone2008-09-281-2/+5
* rename RemoveProperty() to ResetProperty() all over the placeBrian Tarricone2008-09-281-12/+12
* add and implement IsPropertyLocked() dbus method, add libxfconf getterBrian Tarricone2008-09-281-0/+53
* clarify RemoveProperty() dbus method description.Brian Tarricone2008-09-271-53/+0
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-291-0/+33
* * configure.ac.in: Bump glib dependency to 2.12.0.Nick Schermer2008-07-281-2/+3
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-271-33/+9
* * xfconfd/xfconf-backend.c, xfconfd/xfconf-backend-perchannel-xml.c:Jannis Pohlmann2008-07-031-1/+1
* add PropertyRemoved signal to dbus interface and hook it up everywhereBrian Tarricone2008-05-131-5/+19
* don't emit PropertyChanged before returning from a get/set/etc. handlerBrian Tarricone2008-05-121-8/+36
* add property value to PropertyChanged/XfconfChannel::property-changed signalBrian Tarricone2008-04-211-4/+12
* do some rearranging of code locationsBrian Tarricone2008-04-141-1/+0
* emit the PropertyChanged signal properly. duh.Brian Tarricone2008-04-131-25/+19
* move GValue convenience funcs to their own libtool convenience libBrian Tarricone2008-04-091-1/+2
* make the PropertyChanged signal workBrian Tarricone2008-04-071-2/+38
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-031-17/+120
* implement most of the perchannel-xml backend. reading stuff fromBrian Tarricone2007-09-061-5/+5
* do some cosmetic renamingBrian Tarricone2007-09-061-66/+66
* * add RemoveChannel() to the dbus interface and client libBrian Tarricone2007-09-061-46/+57
* add comment about possible memory leakBrian Tarricone2007-09-051-0/+5
* launch to-be-written settings app on ShowList() and ShowPlugin()Brian Tarricone2007-09-051-2/+30
* add docs for XfconfBackendInterface, and change the interface a littleBrian Tarricone2007-09-051-1/+15
* * change xfconf_channel_get_*() API to return the values directlyBrian Tarricone2007-09-051-0/+41
* move the marshallers into a private lib so both the client lib andBrian Tarricone2007-09-041-0/+5
* add ability to set backend type from main() so it doesn't segfaultBrian Tarricone2007-09-041-4/+10
* add backend framework to daemon with an empty implementation ofBrian Tarricone2007-09-041-3/+63
* initial import of xfconfd/libxfconfBrian Tarricone2007-09-041-0/+151