157
157
* function is responsible for clearing the event after having processed it in
158
158
* order to avoid eloop from calling the handler again for the same event.
161
* type, i.e., void**. The callers are likely to have 'HANDLE h' type variable,
163
* function, i.e., eloop_register_event(&h, ...).
161
* type, i.e., void*. The callers are likely to have 'HANDLE h' type variable,
165
165
int eloop_register_event(void *event, size_t event_size,
166
166
eloop_event_handler handler,