libcortex
Event loop library following a "batteries included" approach
Loading...
Searching...
No Matches
Data Fields
crtx_lstnr_plugin Struct Reference

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
 

Detailed Description

structure that represents a plugin


The documentation for this struct was generated from the following file: