summaryrefslogtreecommitdiff
path: root/xfconfd/xfconf-backend-perchannel-xml.c
Commit message (Expand)AuthorAgeFilesLines
* Argument to g_strv_length() must not be NULLAvinash Sonawane2021-11-171-1/+1
* Remove XFCONF_TYPE_G_VALUE_ARRAY collection dbus-glib type asAli Abdallah2016-04-251-3/+3
* Get rid of all DBUS_GLIB_{CFLAGS,LIBS} and removeAli Abdallah2016-04-241-1/+0
* Drop deprecated g_mapped_file_free.Nick Schermer2012-04-181-1/+1
* Cleanup includes.Nick Schermer2011-05-261-2/+2
* Use G_GSIZE_FORMAT in the DBG message.Nick Schermer2010-02-101-1/+1
* Fix handling of dirty channels and use hash table.Nick Schermer2010-02-081-51/+45
* Plug a memory leak.Nick Schermer2010-02-081-0/+1
* Use g_clear_error where possible.Nick Schermer2010-02-081-8/+2
* Plug small memory leak in xml parser.Nick Schermer2010-02-081-0/+1
* Use glibs implementation for loading mapped files.Nick Schermer2010-02-081-52/+39
* Use g_strsplit instead of g_strsplit_set.Nick Schermer2010-02-021-1/+1
* Make the comment from the previous commit useful.Nick Schermer2010-01-281-1/+2
* Merge xml files in reversed order (bug #6079).Nick Schermer2010-01-281-4/+5
* Fix indentation from pervious commit.Nick Schermer2010-01-251-5/+5
* Use a seconds timeout to reduce system wakeups.Nick Schermer2010-01-251-4/+4
* Remove dangling nodes from the tree after a recursive remove.Nick Schermer2010-01-251-1/+21
* be a bit safer when writing out channel filesBrian Tarricone2009-03-111-1/+14
* string review patch from david mohr (bug 4770)Brian Tarricone2009-01-091-2/+3
* fix a bunch of warningsBrian Tarricone2008-12-271-4/+1
* only consider the file under $XDG_CONFIG_HOME as the user dir. allBrian Tarricone2008-11-081-25/+16
* filter duplicates from _list_channels()Brian Tarricone2008-11-021-2/+8
* make the locking/reset situation a lot better. i'm not sure that it allBrian Tarricone2008-10-221-434/+606
* whoops, plug memleak i just introducedBrian Tarricone2008-10-071-0/+2
* fix incorrect property names sent with the PropertyRemove signalBrian Tarricone2008-10-071-17/+47
* fix crash when resetting multiple propertiesBrian Tarricone2008-10-071-6/+6
* cosmetic: remove extra space in xml outputBrian Tarricone2008-09-281-1/+1
* avoid emitting PropertyChanged when a property is set to the same valueBrian Tarricone2008-09-281-2/+3
* rename RemoveProperty() to ResetProperty() all over the placeBrian Tarricone2008-09-281-11/+11
* add and implement IsPropertyLocked() dbus method, add libxfconf getterBrian Tarricone2008-09-281-0/+30
* fix fetching properties rooted at something other than /Brian Tarricone2008-08-311-21/+16
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-291-0/+34
* * configure.ac.in: Bump glib dependency to 2.12.0.Nick Schermer2008-07-281-22/+22
* fix get_all(), stupid typoBrian Tarricone2008-07-271-1/+1
* revert a change -- avoid double leading slashes when returning all propsBrian Tarricone2008-07-271-3/+10
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-271-52/+97
* remove unneeded code, fixes memleak on channel loadBrian Tarricone2008-07-251-5/+0
* xfconfd/xfconf-backend-perchannel-xml.c: Fix crash when removing theJannis Pohlmann2008-07-171-8/+3
* xfconfd/main.c, xfconfd/xfconf-backend-perchannel-xml.c: Fix a fewJannis Pohlmann2008-07-171-0/+1
* * xfconfd/xfconf-backend.c, xfconfd/xfconf-backend-perchannel-xml.c:Jannis Pohlmann2008-07-031-184/+189
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-291-3/+3
* emit PropertyChanged on all props when a channel is removedBrian Tarricone2008-05-131-4/+35
* do some rearranging of code locationsBrian Tarricone2008-04-141-38/+3
* move GValue convenience funcs to their own libtool convenience libBrian Tarricone2008-04-091-136/+4
* make the PropertyChanged signal workBrian Tarricone2008-04-071-1/+33
* make the array stuff work, in theory.Brian Tarricone2008-01-141-24/+29
* * handle 'empty' branches properlyBrian Tarricone2007-12-051-20/+23
* don't use old <string> elem; use <value type="string" ...> insteadBrian Tarricone2007-12-051-2/+6
* start migration to new library API with array types and struct serializers.Brian Tarricone2007-10-251-113/+379
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-031-16/+16