aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-binding.h
Commit message (Collapse)AuthorAgeFilesLines
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-12/+12
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Bug 577898 – Port ExoBinding to EvolutionMatthew Barnes2009-04-241-0/+118
Port Xfce's ExoBinding API to Evolution as EBinding. What this does is allow you to bind two GObject properties together such that their values are automatically kept in sync. The API also supports transformation functions, such as boolean inversion. I use this API heavily on the kill-bonobo branch and also in the attachment UI rewrite, so I'm merging this feature early.