diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-31 14:52:49 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-31 14:52:49 -0800 |
| commit | f0cf75a487aff2ecaeda290b51d77c4e8cccb061 (patch) | |
| tree | 42dca046cc108bf63905751373ae9f96d69c82d3 /docs/ref/xref.md | |
| parent | 5fb0d00d9e69e80fe8dc65270316bfc416a0e0d3 (diff) | |
| download | nng-f0cf75a487aff2ecaeda290b51d77c4e8cccb061.tar.gz nng-f0cf75a487aff2ecaeda290b51d77c4e8cccb061.tar.bz2 nng-f0cf75a487aff2ecaeda290b51d77c4e8cccb061.zip | |
docs: convert nng_stream_get family
Diffstat (limited to 'docs/ref/xref.md')
| -rw-r--r-- | docs/ref/xref.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/xref.md b/docs/ref/xref.md index b790dcbd..355ebe37 100644 --- a/docs/ref/xref.md +++ b/docs/ref/xref.md @@ -109,6 +109,14 @@ [`nng_stream_close`]: /api/stream.md#closing-a-stream [`nng_stream_stop`]: /api/stream.md#closing-a-stream [`nng_stream_free`]: /api/stream.md#closing-a-stream +[`nng_stream_get`]: /api/stream.md#getting-stream-options +[`nng_stream_get_bool`]: /api/stream.md#getting-stream-options +[`nng_stream_get_int`]: /api/stream.md#getting-stream-options +[`nng_stream_get_ms`]: /api/stream.md#getting-stream-options +[`nng_stream_get_size`]: /api/stream.md#getting-stream-options +[`nng_stream_get_addr`]: /api/stream.md#getting-stream-options +[`nng_stream_get_string`]: /api/stream.md#getting-stream-options +[`nng_stream_get_uint64`]: /api/stream.md#getting-stream-options [`nng_init`]: /api/init.md#initialization [`nng_fini`]: /api/init.md#finalization [`nng_sub0_ctx_subscribe`]: /TODO.md |
