aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mono/Evolution.cs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-158/+0
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* added initial e_error wrapper.Not Zed2005-05-171-39/+23
| | | | | | | | | | 2005-05-17 Not Zed <NotZed@Ximian.com> * Evolution.cs: added initial e_error wrapper. * Camel.cs: added multipart & contenttype wrappers. svn path=/trunk/; revision=29376
* Initial work on hand-bindings for mono pluginsMichael Zucci2005-05-171-0/+174
svn path=/trunk/; revision=29375