Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
f40615a3
Commit
f40615a3
authored
Mar 19, 2012
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated doc
parent
33e86024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
lib/includes/spdylay/spdylay.h
lib/includes/spdylay/spdylay.h
+8
-8
No files found.
lib/includes/spdylay/spdylay.h
View file @
f40615a3
...
@@ -983,10 +983,10 @@ typedef struct {
...
@@ -983,10 +983,10 @@ typedef struct {
* |callbacks|. |user_data| is an arbitrary user supplied data, which
* |callbacks|. |user_data| is an arbitrary user supplied data, which
* will be passed to the callback functions.
* will be passed to the callback functions.
*
*
*
Some of the members of |callbacks| can be ``NULL``, but
*
The :member:`spdylay_session_callbacks.send_callback` must be
*
:member:`spdylay_session_callbacks.send_callback` and
*
specified. If the application code uses `spdylay_session_recv()`,
* :member:`spdylay_session_callbacks.recv_callback` must be
*
the
:member:`spdylay_session_callbacks.recv_callback` must be
* specified.
* specified.
The other members of |callbacks| can be ``NULL``.
*
*
* This function returns 0 if it succeeds, or one of the following
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
* negative error codes:
...
@@ -1012,10 +1012,10 @@ int spdylay_session_client_new(spdylay_session **session_ptr,
...
@@ -1012,10 +1012,10 @@ int spdylay_session_client_new(spdylay_session **session_ptr,
* |callbacks|. |user_data| is an arbitrary user supplied data, which
* |callbacks|. |user_data| is an arbitrary user supplied data, which
* will be passed to the callback functions.
* will be passed to the callback functions.
*
*
*
Some of the members of |callbacks| can be ``NULL``, but
*
The :member:`spdylay_session_callbacks.send_callback` must be
*
:member:`spdylay_session_callbacks.send_callback` and
*
specified. If the application code uses `spdylay_session_recv()`,
* :member:`spdylay_session_callbacks.recv_callback` must be
*
the
:member:`spdylay_session_callbacks.recv_callback` must be
* specified.
* specified.
The other members of |callbacks| can be ``NULL``.
*
*
* This function returns 0 if it succeeds, or one of the following
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
* negative error codes:
...
...
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