summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-channel.h
Commit message (Expand)AuthorAgeFilesLines
* Fix licenses and use new FSF address.Nick Schermer2011-03-251-8/+9
* patch from nick to silence warnings (bug 5362)Brian Tarricone2009-06-061-1/+1
* remove xfconf_channel_remove_property() and _properties(). might asBrian Tarricone2008-11-061-7/+0
* add xfconf_channel_new_with_property_base()Brian Tarricone2008-10-181-1/+4
* add and implement IsPropertyLocked() dbus method, add libxfconf getterBrian Tarricone2008-09-281-0/+3
* add xfconf_channel_get() and xfconf_channel_reset_property().Brian Tarricone2008-09-221-1/+9
* 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
* add some G_GNUC_WARN_UNUSED magicBrian Tarricone2008-08-251-5/+5
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-271-1/+4
* turns out having convenience getter/setter for unsigned int is usefulBrian Tarricone2008-04-211-9/+7
* make the array stuff work, in theory.Brian Tarricone2008-01-141-3/+3
* start migration to new library API with array types and struct serializers.Brian Tarricone2007-10-251-22/+118
* clean up header filesBrian Tarricone2007-09-061-0/+4
* add gtk-doc framework and fix up docs everywhereBrian Tarricone2007-09-051-3/+3
* fix some license headers and document all functions in libxfconfBrian Tarricone2007-09-051-1/+2
* * change xfconf_channel_get_*() API to return the values directlyBrian Tarricone2007-09-051-22/+20
* implement pretty much all of XfconfChannelBrian Tarricone2007-09-041-3/+58
* initial files for libxfconf, mostly-empty implementationBrian Tarricone2007-09-041-0/+42