summaryrefslogtreecommitdiff
path: root/xfconf
Commit message (Expand)AuthorAgeFilesLines
* fix a possible reentrancy issue.Brian Tarricone2009-07-291-4/+6
* revert async property fetch for bindingsBrian Tarricone2009-07-291-54/+6
* add transparent property prefetching and cachingBrian Tarricone2009-07-295-123/+1077
* silence warning when --enable-checks was not specifiedBrian Tarricone2009-06-071-0/+2
* patch from nick to silence warnings (bug 5362)Brian Tarricone2009-06-065-12/+14
* bindings: fix async property fetch when the channel has a property baseBrian Tarricone2009-06-061-2/+15
* actually work around stupid dbus-binding-tool bug properlyBrian Tarricone2009-05-151-3/+8
* hopefully speed up app start time (for apps that do a decent number ofBrian Tarricone2009-05-152-7/+43
* fix a bunch of warningsBrian Tarricone2008-12-274-11/+11
* remove xfconf_channel_remove_property() and _properties(). might asBrian Tarricone2008-11-063-43/+0
* no, no... while it would be awesome to be able to disable UI elementsBrian Tarricone2008-11-061-12/+0
* if a bound property is locked, try to guess if it's a GtkWidget, andBrian Tarricone2008-11-061-0/+12
* always pass GError* pointers into dbus-glib, because apparently thoseBrian Tarricone2008-11-021-5/+7
* fix srcdir != builddir buildBrian Tarricone2008-10-271-0/+2
* change xfconf gbinding API -- bind functions return a gulong id that canBrian Tarricone2008-10-275-98/+213
* whoops, missed a marshaller renameBrian Tarricone2008-10-241-1/+1
* 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-202-21/+0
* * Fix property binding when using channel created withNick Schermer2008-10-203-30/+3
* * Fix a small compiler warning.Nick Schermer2008-10-201-1/+1
* add xfconf_channel_new_with_property_base()Brian Tarricone2008-10-185-74/+197
* 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
* add similar remove checking to the gdkcolor bindingBrian Tarricone2008-10-091-0/+5
* ... and fix a possible memleak i just introducedBrian Tarricone2008-10-091-1/+4
* if a bound property is removed, try to reset the GObject property to its defaultBrian Tarricone2008-10-091-1/+23
* Use gpointer instead of GObject* in the parameters of binding functions.Jannis Pohlmann2008-10-082-10/+10
* Fix reference counting in xfconf_shutdown(): Don't drop to zero beforeJannis Pohlmann2008-10-021-1/+9
* 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-283-0/+36
* add xfconf_channel_get() and xfconf_channel_reset_property().Brian Tarricone2008-09-225-22/+133
* fix docs for xfconf_g_property_bind_gdkcolor()Brian Tarricone2008-09-221-5/+0
* ok, this is the more or less correct way to declare that param, thanksBrian Tarricone2008-09-122-2/+2
* whoops, "const gchar **" certainly isn't right... -> "gchar * const *"Brian Tarricone2008-09-122-2/+2
* 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
* add xfconf_g_property_bind_gdkcolor(), a nifty hackBrian Tarricone2008-08-273-43/+203
* fix 16bit int handling when set with xfconf_channel_set_property()Brian Tarricone2008-08-271-0/+8
* add some G_GNUC_WARN_UNUSED magicBrian Tarricone2008-08-252-6/+6
* * Use org.freedesktop.DBus.GLib.ClientCSymbol.Nick Schermer2008-08-101-3/+1
* xfconf/xfconf.c: Lazy initialize the hash table, since namedNick Schermer2008-08-071-15/+22
* * Tiny optimization. We can assume we normally only bindNick Schermer2008-07-301-2/+2
* 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
* Implement xfconf_g_property_unbind_all(GObject *object),Nick Schermer2008-07-293-17/+35
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-294-2/+28
* * configure.ac.in: Bump glib dependency to 2.12.0.Nick Schermer2008-07-282-20/+21
* make RemoveProperty and GetAllProperties interfaces easier to useBrian Tarricone2008-07-273-10/+46