aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/python/python-plugin-loader.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-47/+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.
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-4/+4
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|
* License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-131-13/+14
| | | | svn path=/trunk/; revision=36313
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* EPlugin : Initial commit for python support for eplugins.Johnny Jacob2008-06-121-0/+47
svn path=/trunk/; revision=35626