aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-messenger.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:44:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:34 +0100
commitdd797c2c6c01520fa73b1fd335ccd42df86b1b4d (patch)
tree1f508fa523fa7c3400fbd4f95a344d7f44ce37c1 /src/messenger/gnunet-messenger.c
parent1d0bbddfefaefb6e3f5cd240e56462a6bef2fa09 (diff)
downloadgnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.tar.gz
gnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.zip
-DOC: Documentation cleanup pass through MESSENGER subsystem
Diffstat (limited to 'src/messenger/gnunet-messenger.c')
-rw-r--r--src/messenger/gnunet-messenger.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/messenger/gnunet-messenger.c b/src/messenger/gnunet-messenger.c
index e2d106be8..11b0e091a 100644
--- a/src/messenger/gnunet-messenger.c
+++ b/src/messenger/gnunet-messenger.c
@@ -34,7 +34,7 @@ struct GNUNET_MESSENGER_Handle *messenger;
34/** 34/**
35 * Function called whenever a message is received or sent. 35 * Function called whenever a message is received or sent.
36 * 36 *
37 * @param[in/out] cls Closure 37 * @param[in,out] cls Closure
38 * @param[in] room Room 38 * @param[in] room Room
39 * @param[in] sender Sender of message 39 * @param[in] sender Sender of message
40 * @param[in] message Message 40 * @param[in] message Message
@@ -104,7 +104,7 @@ struct GNUNET_SCHEDULER_Task *read_task;
104/** 104/**
105 * Task to shut down this application. 105 * Task to shut down this application.
106 * 106 *
107 * @param[in/out] cls Closure 107 * @param[in,out] cls Closure
108 */ 108 */
109static void 109static void
110shutdown_hook (void *cls) 110shutdown_hook (void *cls)
@@ -144,7 +144,7 @@ int private_mode;
144/** 144/**
145 * Task run in stdio mode, after some data is available at stdin. 145 * Task run in stdio mode, after some data is available at stdin.
146 * 146 *
147 * @param[in/out] cls Closure 147 * @param[in,out] cls Closure
148 */ 148 */
149static void 149static void
150read_stdio (void *cls) 150read_stdio (void *cls)
@@ -184,7 +184,7 @@ read_stdio (void *cls)
184/** 184/**
185 * Wait for input on STDIO and send it out over the #ch. 185 * Wait for input on STDIO and send it out over the #ch.
186 * 186 *
187 * @param[in/out] cls Closure 187 * @param[in,out] cls Closure
188 */ 188 */
189static void 189static void
190listen_stdio (void *cls) 190listen_stdio (void *cls)
@@ -205,7 +205,7 @@ listen_stdio (void *cls)
205/** 205/**
206 * Initial task to startup application. 206 * Initial task to startup application.
207 * 207 *
208 * @param[in/out] cls Closure 208 * @param[in,out] cls Closure
209 */ 209 */
210static void 210static void
211idle (void *cls) 211idle (void *cls)
@@ -226,8 +226,8 @@ struct GNUNET_SCHEDULER_Task *shutdown_task;
226/** 226/**
227 * Function called when an identity is retrieved. 227 * Function called when an identity is retrieved.
228 * 228 *
229 * @param[in/out] cls Closure 229 * @param[in,out] cls Closure
230 * @param[in/out] handle Handle of messenger service 230 * @param[in,out] handle Handle of messenger service
231 */ 231 */
232static void 232static void
233on_identity (void *cls, 233on_identity (void *cls,