|
Ring Daemon
|
This structure is filled by the PluginManager. More...
#include <jamiplugin.h>

Public Attributes | |
| void * | context |
| JAMI_PluginFunc | invokeService |
| JAMI_PluginFunc | manageComponent |
| JAMI_PluginFunc | registerObjectFactory |
| JAMI_PluginVersion | version |
This structure is filled by the PluginManager.
Definition at line 91 of file jamiplugin.h.
| void* JAMI_PluginAPI::context |
Definition at line 94 of file jamiplugin.h.
Referenced by jami::DLPlugin::DLPlugin(), and jami::PluginManager::PluginManager().
| JAMI_PluginFunc JAMI_PluginAPI::invokeService |
Definition at line 98 of file jamiplugin.h.
| JAMI_PluginFunc JAMI_PluginAPI::manageComponent |
Definition at line 99 of file jamiplugin.h.
| JAMI_PluginFunc JAMI_PluginAPI::registerObjectFactory |
Definition at line 97 of file jamiplugin.h.
| JAMI_PluginVersion JAMI_PluginAPI::version |
Definition at line 93 of file jamiplugin.h.
Referenced by jami::PluginManager::registerObjectFactory().