summaryrefslogtreecommitdiff
path: root/xfconf
Commit message (Expand)AuthorAgeFilesLines
* validate channel namesBrian Tarricone2008-04-281-0/+1
* update docs, poBrian Tarricone2008-04-281-4/+9
* validate property names and throw an error if they're badBrian Tarricone2008-04-261-0/+1
* add property value to PropertyChanged/XfconfChannel::property-changed signalBrian Tarricone2008-04-213-18/+21
* turns out having convenience getter/setter for unsigned int is usefulBrian Tarricone2008-04-213-9/+74
* treat uint16/int16 as uint32/int32 when sending data over dbusBrian Tarricone2008-04-201-15/+123
* remove XfconfGBinding from channel's list if the GObject gets freedBrian Tarricone2008-04-151-0/+10
* fix missing includeBrian Tarricone2008-04-151-1/+1
* fix typoBrian Tarricone2008-04-151-2/+2
* remove libxfconf-gtk and move binding functionality to libxfconfBrian Tarricone2008-04-155-0/+360
* make XfconfChannel::property-changed allow a prop name signal detailBrian Tarricone2008-04-151-3/+4
* do some rearranging of code locationsBrian Tarricone2008-04-141-1/+2
* fix xfconf includes install locationBrian Tarricone2008-04-091-1/+1
* Add xfconf-query cli-tool (it can only update existing values for now)Stephan Arts2008-04-071-1/+1
* add missing xfconf-types.h include to main headerBrian Tarricone2008-04-051-0/+1
* add new symbol to xfconf.symbols so 'make check' passesBrian Tarricone2008-04-021-0/+1
* patch from Stephan to fix includes locationBrian Tarricone2008-02-202-2/+2
* make the array stuff work, in theory.Brian Tarricone2008-01-144-114/+178
* use GValueArray to set and get string listsBrian Tarricone2008-01-141-18/+40
* add gnuc visibility stuffBrian Tarricone2007-11-065-0/+137
* start migration to new library API with array types and struct serializers.Brian Tarricone2007-10-257-180/+1321
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-034-0/+56
* * add test framework to buildBrian Tarricone2007-10-031-43/+88
* * call g_type_init() in xfconf_init()Brian Tarricone2007-10-032-2/+16
* move channel init stuff out of _new() and into _init()Brian Tarricone2007-10-031-11/+7
* fix build of autogenerated sourcesBrian Tarricone2007-09-141-3/+6
* clean up header filesBrian Tarricone2007-09-062-0/+6
* * add RemoveChannel() to the dbus interface and client libBrian Tarricone2007-09-061-11/+22
* add gtk-doc framework and fix up docs everywhereBrian Tarricone2007-09-052-4/+8
* fix some license headers and document all functions in libxfconfBrian Tarricone2007-09-054-5/+180
* * change xfconf_channel_get_*() API to return the values directlyBrian Tarricone2007-09-052-93/+144
* move the marshallers into a private lib so both the client lib andBrian Tarricone2007-09-042-12/+1
* implement pretty much all of XfconfChannelBrian Tarricone2007-09-044-5/+500
* initial files for libxfconf, mostly-empty implementationBrian Tarricone2007-09-046-2/+285
* initial import of xfconfd/libxfconfBrian Tarricone2007-09-042-0/+53