Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
d0b34751
Commit
d0b34751
authored
Mar 18, 2016
by
Dmitry Frank
Committed by
Marko Mikulicic
Mar 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment for mg_event_handler_t
PUBLISHED_FROM=cd50a664039b4a74cb7d4d08990f415912585f7d
parent
7bed7ff4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
items.json
docs/c-api/net.h/items.json
+4
-0
mg_event_handler_t.md
docs/c-api/net.h/mg_event_handler_t.md
+11
-0
No files found.
docs/c-api/net.h/items.json
View file @
d0b34751
...
...
@@ -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"
...
...
docs/c-api/net.h/mg_event_handler_t.md
0 → 100644
View file @
d0b34751
---
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment