mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-11 20:22:54 +08:00
Fix comment for mg_event_handler_t
PUBLISHED_FROM=cd50a664039b4a74cb7d4d08990f415912585f7d
This commit is contained in:
parent
7bed7ff482
commit
d0b347517c
@ -88,6 +88,10 @@
|
||||
"type": "markdown",
|
||||
"name": "mg_time.md"
|
||||
},
|
||||
{
|
||||
"type": "markdown",
|
||||
"name": "mg_event_handler_t.md"
|
||||
},
|
||||
{
|
||||
"type": "markdown",
|
||||
"name": "struct_mg_str.md"
|
||||
|
11
docs/c-api/net.h/mg_event_handler_t.md
Normal file
11
docs/c-api/net.h/mg_event_handler_t.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "mg_event_handler_t"
|
||||
decl_name: "mg_event_handler_t"
|
||||
symbol_kind: "typedef"
|
||||
signature: |
|
||||
typedef void (*mg_event_handler_t)(struct mg_connection *, int ev, void *);
|
||||
---
|
||||
|
||||
Callback function (event handler) prototype, must be defined by user.
|
||||
Mongoose calls event handler, passing events defined below.
|
||||
|
Loading…
Reference in New Issue
Block a user