Synopsis
int e_plugin_construct ( | ep, | |
| | root); | |
| EPlugin * | ep; |
| xmlNodePtr | root; |
Arguments
- ep
An EPlugin derived object.
- root
The XML root node of the sub-tree containing the plugin
definition.
Description
Helper to invoke the construct virtual method.
Return value
The return from the construct virtual method.