Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 1 | -1278/+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. | ||||
* | Mono Loader Camel.cs: Type cast. Fixes compile error. | Johnny Jacob | 2008-04-01 | 1 | -12/+12 |
| | | | | svn path=/trunk/; revision=35295 | ||||
* | added initial e_error wrapper. | Not Zed | 2005-05-17 | 1 | -1/+56 |
| | | | | | | | | | | 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 plugins | Michael Zucci | 2005-05-17 | 1 | -0/+1223 |
svn path=/trunk/; revision=29375 |