From 9add45af7ea223593cc7ef3cb213eb9ebe606581 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 24 Oct 2017 09:15:07 +0200 Subject: [PATCH] Fixed doc for function added in previous commit --- include/linphone/api/c-chat-room.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/api/c-chat-room.h b/include/linphone/api/c-chat-room.h index 4aceee53f..aa7fdda4c 100644 --- a/include/linphone/api/c-chat-room.h +++ b/include/linphone/api/c-chat-room.h @@ -336,7 +336,7 @@ LINPHONE_PUBLIC void linphone_chat_room_set_subject (LinphoneChatRoom *cr, const /** * Gets the list of participants that are currently composing * @param[in] cr A LinphoneChatRoom object - * @return \bctbx_list{LinphoneAddress *} list of addresses that are in the is_composing state + * @return \bctbx_list{LinphoneAddress} list of addresses that are in the is_composing state */ LINPHONE_PUBLIC bctbx_list_t * linphone_chat_room_get_composing_addresses(LinphoneChatRoom *cr);