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>
This commit is contained in:
Ed Schouten 2017-11-25 23:03:15 +01:00 committed by cjihrig
parent ec69500bdd
commit 295311dca1
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -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.