Name
e_plugin_register_type —
Synopsis
void e_plugin_register_type (type);
GType type;
Arguments
- type
The GObject type of the plugin loader.
Description
Register a new plugin type with the plugin system. Each type must
subclass EPlugin and must override the type member of the
EPluginClass with a unique name.