Fixed doc for function added in previous commit

This commit is contained in:
Sylvain Berfini 2017-10-24 09:15:07 +02:00
parent d9964748fb
commit 9add45af7e

View file

@ -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);