mongoose/docs/c-api/mg_net.h/mg_event_handler_t.md
Dmitry Frank 3eb4eb8074 Fix mongoose docs generation
PUBLISHED_FROM=331821dcd1f7dc8a94581cd8a9b51aa00a89fddc
2018-02-03 01:20:48 +02:00

400 B

title decl_name symbol_kind signature
mg_event_handler_t mg_event_handler_t typedef typedef void (*mg_event_handler_t)(struct mg_connection *nc, int ev, void *ev_data MG_UD_ARG(void *user_data));

Callback function (event handler) prototype. Must be defined by the user. Mongoose calls the event handler, passing the events defined below.