aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/python/python-plugin-loader.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-192/+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.
* More code cleanup.Matthew Barnes2009-06-021-2/+2
|
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-10/+10
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-6/+6
|
* 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/+191
svn path=/trunk/; revision=35626