summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Silent `-Wcast-align` from ClangGaël Bonithon2021-11-101-2/+2
* Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bumpAlexander Schwinn2020-12-151-18/+0
* Add support for GObject introspection and valaOlivier Duchateau2019-06-241-18/+13
* Fix warnings reported by GCC 8 (Bug #15112)Olivier Duchateau2019-02-121-0/+1
* Add missing functions to gtk-²docRomain B2017-07-201-1/+1
* Update documentation apiRomain B2017-07-201-0/+11
* Fix a small typo in a warning message.Unit 1932017-06-071-1/+1
* Fix many issues with libxfconf.Ali Abdallah2016-05-271-101/+16
* Remove XFCONF_TYPE_G_VALUE_ARRAY collection dbus-glib type asAli Abdallah2016-04-251-5/+5
* Avoid crash on get_all properties when error occurs.Ali Abdallah2016-04-251-4/+6
* Use gvalue<->gvariant conversion functions from the commonAli Abdallah2016-04-241-27/+9
* Move the gdbus generated code to the common directoryAli Abdallah2016-04-211-1/+1
* Port xfconf_channel_get_properties to gdbus andAli Abdallah2016-04-211-7/+29
* Port xfconf_channel_get_arrayv to gdbus. Now the function worksAli Abdallah2016-02-151-5/+22
* Cast proxy to XfconfClient to get rid of the compiler warningAli Abdallah2016-02-041-3/+4
* Generate the gdbus binding code and test the binding onAli Abdallah2016-01-281-4/+5
* 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