aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-mono
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-1/+1
|
* Bug 576165 - SIGSEGV in e_plugin_mono_register_type (bnc)Chenthill Palanisamy2010-05-261-3/+5
|
* Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-62/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-2/+5
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-3/+4
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-306-0/+1829
- 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.