add doc on linphone_core_set_chat_database_path

This commit is contained in:
Ronan Abhamon 2017-01-16 16:30:12 +01:00
parent ed17954707
commit c0048ed884

View file

@ -110,7 +110,11 @@ typedef LinphoneBuffer * (*LinphoneChatMessageCbsFileTransferSendCb)(LinphoneCha
*/
typedef void (*LinphoneChatMessageCbsFileTransferProgressIndicationCb)(LinphoneChatMessage *message, const LinphoneContent* content, size_t offset, size_t total);
/**
* Set the chat database path.
* @param lc the linphone core
* @param path the database path
*/
LINPHONE_PUBLIC void linphone_core_set_chat_database_path(LinphoneCore *lc, const char *path);
/**