summaryrefslogtreecommitdiff
path: root/xfconf
Commit message (Expand)AuthorAgeFilesLines
* 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
* * xfconf/xfconf-channel.c: Disconnect from 'PropertyRemoved' signalJannis Pohlmann2008-07-051-0/+4
* Applied patch from Nick (Bug #4184)Stephan Arts2008-06-292-6/+6
* properly register marshaller and signal for PropertyRemovedBrian Tarricone2008-06-051-0/+8
* 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
* 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