summaryrefslogtreecommitdiff
path: root/xfconf/xfconf.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+7
* Add support for GObject introspection and valaOlivier Duchateau2019-06-241-1/+1
* Flush dbus connection on xfconf_shutdown to flush pendingAli Abdallah2017-07-241-3/+6
* Update documentation apiRomain B2017-07-201-0/+13
* Port xfconf_channel_get_properties to gdbus andAli Abdallah2016-04-211-79/+1
* Replace the DBusGProxy signals handler with theirAli Abdallah2015-11-021-1/+42
* Fix previous commit.Nick Schermer2013-07-111-1/+1
* Drop deprecated function.Nick Schermer2013-07-111-0/+2
* Cleanup includes.Nick Schermer2011-05-261-1/+1
* Fix licenses and use new FSF address.Nick Schermer2011-03-251-9/+10
* New internal (simpler) handling of bindings.Nick Schermer2009-12-261-3/+1
* fix a bunch of warningsBrian Tarricone2008-12-271-4/+4
* change xfconf gbinding API -- bind functions return a gulong id that canBrian Tarricone2008-10-271-0/+3
* fix MAINTAINER_MODE build with glib 2.12Brian Tarricone2008-10-241-2/+2
* eliminate g_warning when re-initing xfconf after a shutdownBrian Tarricone2008-10-201-13/+28
* remove vestigial org.xfce.Xfconf.GUI-related stuffBrian Tarricone2008-10-201-20/+0
* Fix reference counting in xfconf_shutdown(): Don't drop to zero beforeJannis Pohlmann2008-10-021-1/+9
* add xfconf_channel_get() and xfconf_channel_reset_property().Brian Tarricone2008-09-221-0/+2
* xfconf/xfconf.c: Lazy initialize the hash table, since namedNick Schermer2008-08-071-15/+22
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-291-1/+1
* properly register marshaller and signal for PropertyRemovedBrian Tarricone2008-06-051-0/+8
* add property value to PropertyChanged/XfconfChannel::property-changed signalBrian Tarricone2008-04-211-2/+3
* make the array stuff work, in theory.Brian Tarricone2008-01-141-0/+43
* add gnuc visibility stuffBrian Tarricone2007-11-061-0/+6
* start migration to new library API with array types and struct serializers.Brian Tarricone2007-10-251-14/+72
* * move XfconfBackendError to a more public place and rename it to XfconfErrorBrian Tarricone2007-10-031-0/+3
* * call g_type_init() in xfconf_init()Brian Tarricone2007-10-031-0/+14
* fix some license headers and document all functions in libxfconfBrian Tarricone2007-09-051-1/+18
* initial files for libxfconf, mostly-empty implementationBrian Tarricone2007-09-041-0/+108