From da96438eb7b40fc24d58b3994305e5a44ad55f10 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 19 Aug 2014 14:45:18 +0200 Subject: [PATCH] Fix documentation for automatic wrapper generation. --- coreapi/linphonecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 5c6ee82b5..ec96715af 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -1359,7 +1359,7 @@ LINPHONE_PUBLIC int linphone_chat_room_get_history_size(LinphoneChatRoom *cr); * @param[in] cr The #LinphoneChatRoom object corresponding to the conversation for which messages should be retrieved * @param[in] begin The first message of the range to be retrieved. History most recent message has index 0. * @param[in] end The last message of the range to be retrieved. History oldest message has index of history size - 1 (use #linphone_chat_room_get_history_size to retrieve history size) - * @return the list of messages in the given range, or NULL if nothing has been found. + * @return \mslist{LinphoneChatMessage} */ LINPHONE_PUBLIC MSList *linphone_chat_room_get_history_range(LinphoneChatRoom *cr, int begin, int end);