summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Accept NULL as a string value (bug #8726).Nick Schermer2012-04-191-1/+2
* Two other g_value_get_char's.Nick Schermer2012-04-181-0/+8
* Don't use deprecated function.Nick Schermer2012-04-171-0/+5
* Don't use deprecated g_value_set_char (bug #8690).Nick Schermer2012-04-131-0/+5
* UTF-8 check xfconf strings.Nick Schermer2012-04-011-2/+7
* Do not dup strings.Nick Schermer2012-04-011-1/+1
* Cleanup includes.Nick Schermer2011-05-261-4/+4
* Fix compiler warnings on solaris.Nick Schermer2011-03-271-1/+1
* Fix licenses and use new FSF address.Nick Schermer2011-03-251-8/+9
* Don't look for a singleton after creating the hash table.Nick Schermer2010-02-091-3/+3
* Don't use cache singletons.Nick Schermer2010-02-091-1/+5
* always call the parent class' disposeBrian J. Tarricone2009-09-051-2/+2
* move dbus signal disconnection to XfconfChannel dispose (bug 5493)Brian J. Tarricone2009-09-041-6/+21
* don't emit property-changed twice (bug 5718)Brian J. Tarricone2009-09-031-3/+0
* fix compiler warningsBrian J. Tarricone2009-08-231-4/+4
* add transparent property prefetching and cachingBrian Tarricone2009-07-291-123/+131
* fix a bunch of warningsBrian Tarricone2008-12-271-5/+2
* remove xfconf_channel_remove_property() and _properties(). might asBrian Tarricone2008-11-061-34/+0
* always pass GError* pointers into dbus-glib, because apparently thoseBrian Tarricone2008-11-021-5/+7
* whoops, missed a marshaller renameBrian Tarricone2008-10-241-1/+1
* * Fix property binding when using channel created withNick Schermer2008-10-201-7/+0
* * Fix a small compiler warning.Nick Schermer2008-10-201-1/+1
* add xfconf_channel_new_with_property_base()Brian Tarricone2008-10-181-70/+164
* make xfconf_channel_get_property() also transform array valuesBrian Tarricone2008-10-121-8/+64
* fix xfconf_channel_get_property() so it converts value types properly ifBrian Tarricone2008-10-121-4/+22
* fix warning in _finalize() if singletons hashtable hasn't been created yetBrian Tarricone2008-09-291-1/+2
* rename RemoveProperty() to ResetProperty() all over the placeBrian Tarricone2008-09-281-2/+2
* add and implement IsPropertyLocked() dbus method, add libxfconf getterBrian Tarricone2008-09-281-0/+32
* add xfconf_channel_get() and xfconf_channel_reset_property().Brian Tarricone2008-09-221-21/+118
* ok, this is the more or less correct way to declare that param, thanksBrian Tarricone2008-09-121-1/+1
* whoops, "const gchar **" certainly isn't right... -> "gchar * const *"Brian Tarricone2008-09-121-1/+1
* fix typo with crash when prop removedBrian Tarricone2008-09-081-1/+1
* fix crash when setting an array property when the arr items *don't* have int16sBrian Tarricone2008-09-071-3/+6
* fix 16bit int handling when set with xfconf_channel_set_property()Brian Tarricone2008-08-271-0/+8
* Use g_value_dup_string string here.Nick Schermer2008-07-291-1/+1
* Don't copy the parameter name, nick and blurb. TheyNick Schermer2008-07-291-1/+4
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-291-1/+24
* * configure.ac.in: Bump glib dependency to 2.12.0.Nick Schermer2008-07-281-1/+1
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-271-8/+40
* * xfconf/xfconf-channel.c: Disconnect from 'PropertyRemoved' signalJannis Pohlmann2008-07-051-0/+4
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-291-5/+5
* fix warnings on 64bitBrian Tarricone2008-06-041-2/+2
* add PropertyRemoved signal to dbus interface and hook it up everywhereBrian Tarricone2008-05-131-2/+23
* xfconf_channel_set_uint works better when it writes uints to the gvalue inste...Stephan Arts2008-04-291-1/+1
* update docs, poBrian Tarricone2008-04-281-4/+9
* add property value to PropertyChanged/XfconfChannel::property-changed signalBrian Tarricone2008-04-211-8/+8
* turns out having convenience getter/setter for unsigned int is usefulBrian Tarricone2008-04-211-0/+65
* treat uint16/int16 as uint32/int32 when sending data over dbusBrian Tarricone2008-04-201-15/+123
* make XfconfChannel::property-changed allow a prop name signal detailBrian Tarricone2008-04-151-3/+4
* Add xfconf-query cli-tool (it can only update existing values for now)Stephan Arts2008-04-071-1/+1