summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-binding.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for binding to GdkRGBAsEric Koegel2016-10-211-0/+5
| | | | | | | Gtk3 switched from GdkColor to GdkRGBA so add support for binding to that structure as well. Signed-off-by: Igor <f2404@yandex.ru>
* Fix licenses and use new FSF address.Nick Schermer2011-03-251-8/+9
|
* change xfconf gbinding API -- bind functions return a gulong id that canBrian Tarricone2008-10-271-12/+14
| | | | | | | be used to remove the binding. _unbind_all() now accepts either a channel or a bound gobject. libtool version number bumped. (Old svn revision: 28477)
* Use gpointer instead of GObject* in the parameters of binding functions.Jannis Pohlmann2008-10-081-4/+4
| | | | (Old svn revision: 28098)
* add xfconf_g_property_bind_gdkcolor(), a nifty hackBrian Tarricone2008-08-271-0/+5
| | | | | | | | it binds the red/green/blue members of the GdkColor struct to an xfconf property without getting that pesky first 'pixel' struct member in the way (Old svn revision: 27590)
* Implement xfconf_g_property_unbind_all(GObject *object),Nick Schermer2008-07-291-0/+2
| | | | | | | see Bug #4252. (Old svn revision: 27399)
* remove libxfconf-gtk and move binding functionality to libxfconfBrian Tarricone2008-04-151-0/+45
binding functionality is not gobject-based (uses properties) and doesn't require gtk at all (Old svn revision: 26841)