aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api.c
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/conversation/conversation_api.c
parent82f3bd5a659c0e9880e5b7c367e3e996ebbc6800 (diff)
downloadgnunet-7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf.tar.gz
gnunet-7a30700c97b1d94bb6d31b37bc7fd42b6ae7e3bf.zip
-doxygen fixes
Diffstat (limited to 'src/conversation/conversation_api.c')
-rw-r--r--src/conversation/conversation_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index 9a02811fe..aad272d9c 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -117,7 +117,7 @@ struct GNUNET_CONVERSATION_Caller
117 struct GNUNET_NAMESTORE_QueueEntry *qe; 117 struct GNUNET_NAMESTORE_QueueEntry *qe;
118 118
119 /** 119 /**
120 * Identity of the person calling us (valid while in state #PS_RINGING). 120 * Identity of the person calling us.
121 */ 121 */
122 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id; 122 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id;
123 123
@@ -806,7 +806,7 @@ GNUNET_CONVERSATION_phone_destroy (struct GNUNET_CONVERSATION_Phone *phone)
806 * and the microphone. The call can later be resumed with 806 * and the microphone. The call can later be resumed with
807 * #GNUNET_CONVERSATION_caller_resume. 807 * #GNUNET_CONVERSATION_caller_resume.
808 * 808 *
809 * @param phone phone to pause 809 * @param caller call to suspend
810 */ 810 */
811void 811void
812GNUNET_CONVERSATION_caller_suspend (struct GNUNET_CONVERSATION_Caller *caller) 812GNUNET_CONVERSATION_caller_suspend (struct GNUNET_CONVERSATION_Caller *caller)
@@ -837,7 +837,7 @@ GNUNET_CONVERSATION_caller_suspend (struct GNUNET_CONVERSATION_Caller *caller)
837/** 837/**
838 * Resume suspended conversation of a phone. 838 * Resume suspended conversation of a phone.
839 * 839 *
840 * @param phone phone to resume 840 * @param caller call to resume
841 * @param speaker speaker to use 841 * @param speaker speaker to use
842 * @param mic microphone to use 842 * @param mic microphone to use
843 */ 843 */