Plugin Functions

Functions that load modules of compiled code into memory. More...

Functions

EAPI Ecore_Plugin * ecore_plugin_load (int group_id, const char *plugin_name)
 Loads the specified plugin from the specified path group.
EAPI void ecore_plugin_unload (Ecore_Plugin *plugin)
 Unloads the given plugin from memory.

Detailed Description

Functions that load modules of compiled code into memory.


Function Documentation

EAPI Ecore_Plugin* ecore_plugin_load ( int  group_id,
const char *  plugin_name 
)

Loads the specified plugin from the specified path group.

Parameters:
group_id The path group to search for the plugin to load
plugin_name The name of the plugin to load.
Returns:
A pointer to the newly loaded plugin on success, NULL on failure.

EAPI void ecore_plugin_unload ( Ecore_Plugin *  plugin  ) 

Unloads the given plugin from memory.

Parameters:
plugin The given plugin.