aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/python/org-gnome-evolution-python.eplug.xml
Commit message (Collapse)AuthorAgeFilesLines
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-10/+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.
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36534
* EPlugin : Initial commit for python support for eplugins.Johnny Jacob2008-06-121-0/+10
svn path=/trunk/; revision=35626