forked from mirrors/linphone-iphone
add doc on linphone_core_set_chat_database_path
This commit is contained in:
parent
ed17954707
commit
c0048ed884
1 changed files with 5 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue