diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-12 12:55:50 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-12 12:55:50 -0700 |
| commit | 31a9a4a216da05c512c50ae7cb259ca500f0c8c8 (patch) | |
| tree | f3959602d10ffd1aa1750d25b4bc87bada76a705 /docs/ref/xref.md | |
| parent | 1c7ef583cd2116396a249807786298321c213f32 (diff) | |
| download | nng-31a9a4a216da05c512c50ae7cb259ca500f0c8c8.tar.gz nng-31a9a4a216da05c512c50ae7cb259ca500f0c8c8.tar.bz2 nng-31a9a4a216da05c512c50ae7cb259ca500f0c8c8.zip | |
Document subscribe details in new docs.
Diffstat (limited to 'docs/ref/xref.md')
| -rw-r--r-- | docs/ref/xref.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/ref/xref.md b/docs/ref/xref.md index e8aa03ea..8ac6e2f5 100644 --- a/docs/ref/xref.md +++ b/docs/ref/xref.md @@ -172,10 +172,10 @@ [`nng_stream_listener_set_string`]: ../api/stream.md#stream-factory-options [`nng_init`]: ../api/init.md#initialization [`nng_fini`]: ../api/init.md#finalization -[`nng_sub0_ctx_subscribe`]: ../TODO.md -[`nng_sub0_ctx_unsubscribe`]: ../TODO.md -[`nng_sub0_socket_subscribe`]: ../TODO.md -[`nng_sub0_socket_unsubscribe`]: ../TODO.md +[`nng_sub0_ctx_subscribe`]: ../proto/sub.md#context-operations +[`nng_sub0_ctx_unsubscribe`]: ../proto/sub.md#context-operations +[`nng_sub0_socket_subscribe`]: ../proto/sub.md#socket-operations +[`nng_sub0_socket_unsubscribe`]: ../proto/sub.md#socket-operations [`nng_bus0_open`]: ../api/sock.md#opening-a-socket [`nng_pair_open`]: ../api/sock.md#opening-a-socket [`nng_pair0_open`]: ../api/sock.md#opening-a-socket @@ -454,6 +454,7 @@ [`NNG_OPT_PEER_GID`]: ../tran/ipc.md#NNG_OPT_PEER_GID [`NNG_OPT_PEER_PID`]: ../tran/ipc.md#NNG_OPT_PEER_PID [`NNG_OPT_PEER_ZONEID`]: ../tran/ipc.md#NNG_OPT_PEER_ZONEID +[`NNG_OPT_SUB_PREF_NEW`]: ../proto/sub.md#protocol-options [`NNG_OPT_IPC_PERMISSIONS`]: ../tran/ipc.md#NNG_OPT_IPC_PERMISSIONS [`NNG_SOCKET_INITIALIZER`]: ../api/sock.md#socket-structure [`NNG_CTX_INITIALIZER`]: ../api/ctx.md#context-structure @@ -486,10 +487,11 @@ <!-- Concept index --> [aio]: ../api/aio.md +[cooked]: ../api/sock.md#raw-mode-sockets [raw]: ../api/sock.md#raw-mode-sockets [pipe]: ../api/pipe.md -[socket]: ../TODO.md -[context]: ../TODO.md +[socket]: ../api/sock.md +[context]: ../api/ctx.md [device]: ../TODO.md [dialer]: ../TODO.md [listener]: ../TODO.md |
