From c0048ed884a411dc29f92daf7bf4c6941074675a Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 16 Jan 2017 16:30:12 +0100 Subject: [PATCH] add doc on `linphone_core_set_chat_database_path` --- include/linphone/chat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/linphone/chat.h b/include/linphone/chat.h index 770ae34f4..517834b79 100644 --- a/include/linphone/chat.h +++ b/include/linphone/chat.h @@ -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); /**