aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorEd Schouten <ed@nuxi.nl>2017-11-25 23:03:15 +0100
committercjihrig <cjihrig@gmail.com>2018-06-19 22:53:10 -0400
commit295311dca17f9afbee4c9ed56942ab04f8231c6c (patch)
treed79fc0aaea8dce33044df25aeef14868eb97a9e5 /docs/src
parentec69500bdd1be1e2abda7727b8560ea03739230a (diff)
downloadlibuv-295311dca17f9afbee4c9ed56942ab04f8231c6c.tar.gz
libuv-295311dca17f9afbee4c9ed56942ab04f8231c6c.zip
doc: document uv_pipe_t::ipc
Fixes: https://github.com/libuv/libuv/issues/1607 PR-URL: https://github.com/libuv/libuv/pull/1653 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pipe.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/pipe.rst b/docs/src/pipe.rst
index bdaeeba9..376d6117 100644
--- a/docs/src/pipe.rst
+++ b/docs/src/pipe.rst
@@ -21,7 +21,9 @@ Data types
Public members
^^^^^^^^^^^^^^
-N/A
+.. c:member:: int uv_pipe_t.ipc
+
+ Whether this pipe is suitable for handle passing between processes.
.. seealso:: The :c:type:`uv_stream_t` members also apply.