|
libcortex
Event loop library following a "batteries included" approach
|
structure that represents a plugin More...
#include <core.h>
Data Fields | |
| char * | path |
| path to the library | |
| char * | basename |
| filename of the library | |
| void * | handle |
| library handle | |
| char | initialized |
| char(* | init )() |
| callback that initializes this plugin | |
| void(* | finish )() |
| callback that finishes this plugin | |
| void(* | get_listener_repository )(struct crtx_listener_repository **listener_repository, unsigned int *listener_repository_length) |
| callback that registers the listeners the plugin provides | |
| char * | plugin_name |
| name of this plugin | |
| void * | reserved1 |
| void * | reserved2 |
structure that represents a plugin