|
ELinks 0.18.0
|
#include <event.h>
Data Fields | ||
| const char * | name | |
| int | priority | |
| event_hook_T | callback | |
| union { | ||
| const void * data | ||
| void * adata | ||
| }; | ||
| union { ... } event_hook_info |
| void* event_hook_info::adata |
| event_hook_T event_hook_info::callback |
| const void* event_hook_info::data |
| const char* event_hook_info::name |
| int event_hook_info::priority |