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. |
EAPI Ecore_Plugin* ecore_plugin_load | ( | int | group_id, | |
const char * | plugin_name | |||
) |
Loads the specified plugin from the specified path group.
group_id | The path group to search for the plugin to load | |
plugin_name | The name of the plugin to load. |
NULL
on failure. EAPI void ecore_plugin_unload | ( | Ecore_Plugin * | plugin | ) |
Unloads the given plugin from memory.
plugin | The given plugin. |