summaryrefslogtreecommitdiff
path: root/libwebsockets-api-doc.html
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-02-12 13:14:11 +0000
committerAndy Green <andy.green@linaro.org>2011-02-12 13:14:11 +0000
commit3221f92b1e7cac445150d97ce2f13e49b6a7ffeb (patch)
treef90aafc690c86d094fb12afe5ec8626d44e93e9d /libwebsockets-api-doc.html
parent2e5de82da2da28ada2103b6c537f6e0d205febce (diff)
introduce-external-poll-callbacks.patch
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'libwebsockets-api-doc.html')
-rw-r--r--libwebsockets-api-doc.html20
1 files changed, 1 insertions, 19 deletions
diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html
index 9e5f27e..40a0c0b 100644
--- a/libwebsockets-api-doc.html
+++ b/libwebsockets-api-doc.html
@@ -78,7 +78,7 @@ would call it with a timeout_ms of 0, so it returns immediately if
nothing is pending, or as soon as it services whatever was pending.
</blockquote>
<hr>
-<h2>libwebsocket_callback_on_writable - Request a callback when this socket becomes able to be written to without blocking</h2>
+<h2>libwebsocket_callback_on_writable - Request a callback when this socket becomes able to be written to without blocking *</h2>
<i>int</i>
<b>libwebsocket_callback_on_writable</b>
(<i>struct libwebsocket *</i> <b>wsi</b>)
@@ -87,13 +87,6 @@ nothing is pending, or as soon as it services whatever was pending.
<dt><b>wsi</b>
<dd>Websocket connection instance to get callback for
</dl>
-<h3>Description</h3>
-<blockquote>
-<p>
-This only works for internal <b>poll</b> management, (ie, calling the libwebsocket
-service loop, you will have to make your own arrangements if your <b>poll</b>
-loop is managed externally.
-</blockquote>
<hr>
<h2>libwebsocket_callback_on_writable_all_protocol - Request a callback for all connections using the given protocol when it becomes possible to write to each socket without blocking in turn.</h2>
<i>int</i>
@@ -104,13 +97,6 @@ loop is managed externally.
<dt><b>protocol</b>
<dd>Protocol whose connections will get callbacks
</dl>
-<h3>Description</h3>
-<blockquote>
-<p>
-This only works for internal <b>poll</b> management, (ie, calling the libwebsocket
-service loop, you will have to make your own arrangements if your <b>poll</b>
-loop is managed externally.
-</blockquote>
<hr>
<h2>libwebsocket_get_socket_fd - returns the socket file descriptor</h2>
<i>int</i>
@@ -144,10 +130,6 @@ You will not need this unless you are doing something special
<p>
If the output side of a server process becomes choked, this allows flow
control for the input side.
-<p>
-This only works for internal <b>poll</b> management, (ie, calling the libwebsocket
-service loop, you will have to make your own arrangements if your <b>poll</b>
-loop is managed externally.
</blockquote>
<hr>
<h2>libwebsocket_canonical_hostname - returns this host's hostname</h2>