Synopsis
struct _EPluginLib {
EPlugin plugin;
char * location;
GModule * module;
}; Members
- plugin
Superclass.
- location
The filename of the shared object.
- module
The GModule once it is loaded.
Description
This is a concrete EPlugin class. It loads and invokes dynamically
loaded libraries using GModule. The shared object isn't loaded
until the first callback is invoked.
When the plugin is loaded, and if it exists, “e_plugin_lib_enable”
will be invoked to initialise the
Description
This is a concrete EPlugin class. It loads and invokes dynamically
loaded libraries using GModule. The shared object isn't loaded
until the first callback is invoked.
When the plugin is loaded, and if it exists, “e_plugin_lib_enable”
will be invoked to initialise the