aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_conversation_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-16 11:28:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-16 11:28:31 +0000
commit7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf (patch)
tree64cb464db2851529f3f81ebbdeafdeb61b08d895 /src/include/gnunet_conversation_service.h
parent82f3bd5a659c0e9880e5b7c367e3e996ebbc6800 (diff)
downloadgnunet-7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf.tar.gz
gnunet-7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_conversation_service.h')
-rw-r--r--src/include/gnunet_conversation_service.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index b5a7fbc9a..cfe4a64ba 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -242,7 +242,7 @@ GNUNET_CONVERSATION_caller_pick_up (struct GNUNET_CONVERSATION_Caller *caller,
242 * and the microphone. The call can later be resumed with 242 * and the microphone. The call can later be resumed with
243 * #GNUNET_CONVERSATION_caller_resume. 243 * #GNUNET_CONVERSATION_caller_resume.
244 * 244 *
245 * @param phone phone to pause 245 * @param caller call to suspend
246 */ 246 */
247void 247void
248GNUNET_CONVERSATION_caller_suspend (struct GNUNET_CONVERSATION_Caller *caller); 248GNUNET_CONVERSATION_caller_suspend (struct GNUNET_CONVERSATION_Caller *caller);
@@ -251,7 +251,7 @@ GNUNET_CONVERSATION_caller_suspend (struct GNUNET_CONVERSATION_Caller *caller);
251/** 251/**
252 * Resume suspended conversation of a phone. 252 * Resume suspended conversation of a phone.
253 * 253 *
254 * @param phone phone to resume 254 * @param caller call to resume
255 * @param speaker speaker to use 255 * @param speaker speaker to use
256 * @param mic microphone to use 256 * @param mic microphone to use
257 */ 257 */
@@ -355,10 +355,10 @@ typedef void (*GNUNET_CONVERSATION_CallEventHandler)(void *cls,
355 * @param caller_id identity of the caller 355 * @param caller_id identity of the caller
356 * @param callee GNS name of the callee (used to locate the callee's record) 356 * @param callee GNS name of the callee (used to locate the callee's record)
357 * @param speaker speaker to use (will be used automatically immediately once the 357 * @param speaker speaker to use (will be used automatically immediately once the
358 * #GNUNET_CONVERSATION_EC_READY event is generated); we will NOT generate 358 * #GNUNET_CONVERSATION_EC_CALL_PICKED_UP event is generated); we will NOT generate
359 * a ring tone on the speaker 359 * a ring tone on the speaker
360 * @param mic microphone to use (will be used automatically immediately once the 360 * @param mic microphone to use (will be used automatically immediately once the
361 * #GNUNET_CONVERSATION_EC_READY event is generated) 361 * #GNUNET_CONVERSATION_EC_CALL_PICKED_UP event is generated)
362 * @param event_handler how to notify the owner of the phone about events 362 * @param event_handler how to notify the owner of the phone about events
363 * @param event_handler_cls closure for @a event_handler 363 * @param event_handler_cls closure for @a event_handler
364 */ 364 */
@@ -383,14 +383,11 @@ GNUNET_CONVERSATION_call_suspend (struct GNUNET_CONVERSATION_Call *call);
383 383
384 384
385/** 385/**
386 * Resumes a call after #GNUNET_CONVERSATION_call_pause. 386 * Resumes a call after #GNUNET_CONVERSATION_call_suspend.
387 * 387 *
388 * @param call call to resume 388 * @param call call to resume
389 * @param speaker speaker to use (will be used automatically immediately once the 389 * @param speaker speaker to use
390 * #GNUNET_CONVERSATION_EC_READY event is generated); we will NOT generate 390 * @param mic microphone to use
391 * a ring tone on the speaker
392 * @param mic microphone to use (will be used automatically immediately once the
393 * #GNUNET_CONVERSATION_EC_READY event is generated)
394 */ 391 */
395void 392void
396GNUNET_CONVERSATION_call_resume (struct GNUNET_CONVERSATION_Call *call, 393GNUNET_CONVERSATION_call_resume (struct GNUNET_CONVERSATION_Call *call,