summaryrefslogtreecommitdiff
path: root/xfconfd/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add a lifecycle manager to xfconfdGaƫl Bonithon2022-03-051-4/+12
* Remove memset() overheadAvinash Sonawane2021-11-171-2/+1
* Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bumpAlexander Schwinn2020-12-151-4/+0
* Use a custom test-driverAli Abdallah2020-05-171-1/+5
* Added copyright information + fix a couple of other memory leaks.Ali Abdallah2016-04-251-0/+1
* Port the xfcond daemon to gdbus.Ali Abdallah2016-04-241-0/+22
* Fix previous commit.Nick Schermer2013-07-111-1/+1
* Drop deprecated function.Nick Schermer2013-07-111-0/+3
* Avoid gcc 4.6 compiler warning.Nick Schermer2011-04-221-2/+2
* Fix licenses and use new FSF address.Nick Schermer2011-03-251-1/+1
* Free backends hash table on exit.Nick Schermer2010-02-081-0/+3
* fix test framework, hopefully for the last timeBrian J. Tarricone2009-09-181-2/+21
* string review patch from david mohr (bug 4770)Brian Tarricone2009-01-091-1/+1
* check error code properlyBrian Tarricone2008-11-021-2/+3
* some cleanups. don't g_error(), just g_critical() so it doesn't abort()Brian Tarricone2008-11-021-12/+9
* some cleanupsBrian Tarricone2008-11-021-5/+9
* don't use deprecated GIOChannel functionBrian Tarricone2008-11-021-2/+2
* xfconfd/main.c, xfconfd/xfconf-backend-perchannel-xml.c: Fix a fewJannis Pohlmann2008-07-171-0/+4
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-291-1/+2
* add --version optionBrian Tarricone2007-10-031-3/+13
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-031-1/+28
* ignore sigpipe againBrian Tarricone2007-10-031-2/+2
* add posix signal handling to exit xfconfd cleanlyBrian Tarricone2007-10-031-0/+124
* fix some license headers and document all functions in libxfconfBrian Tarricone2007-09-051-1/+1
* set glib prgname and application_nameBrian Tarricone2007-09-041-0/+2
* add ability to set backend type from main() so it doesn't segfaultBrian Tarricone2007-09-041-1/+3
* add backend framework to daemon with an empty implementation ofBrian Tarricone2007-09-041-0/+2
* initial import of xfconfd/libxfconfBrian Tarricone2007-09-041-0/+51