Peas
Description:
Content:
Interfaces:
- Activatable - Interface for activatable plugins.
Classes:
- Engine - The Engine structure contains only private data and should only be accessed using the provided API.
- Extension - A proxy class to access the actual plugin.
- ExtensionBase - Base class for C extensions.
- ExtensionSet - The ExtensionSet structure contains only private data and should only be accessed using the provided API.
- ObjectModule - The ObjectModule structure contains only private data and should only be accessed using the provided API.
- PluginInfo - The PluginInfo structure contains only private data and should only be accessed using the provided API.
Error domains:
- PluginInfoError - These identify the various errors that can occur while loading a plugin.
Delegates:
- public delegate void ExtensionSetForeachFunc (ExtensionSet @set, PluginInfo info, Extension exten)
This function is passed to [method@ExtensionSet.
- public delegate Object FactoryFunc (Parameter[] parameters)
A FactoryFunc is a factory function which will instanciate a new extension of a given type.