From 2265a8478325a04871aab6a86d49c28d7d65443a Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 29 五月 2023 15:17:01 +0800 Subject: [PATCH] 增加开锁二次确认弹窗 --- HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/chat.h | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/chat.h" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/chat.h" old mode 100644 new mode 100755 index 15805ef..8b9afe5 --- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/chat.h" +++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/chat.h" @@ -41,18 +41,18 @@ */ /** - * Returns an list of chat rooms - * @param[in] lc #LinphoneCore object - * @return \bctbx_list{LinphoneChatRoom} + * Returns a list of chat rooms + * @param core #LinphoneCore object @notnil + * @return List of chat rooms. \bctbx_list{LinphoneChatRoom} @maybenil **/ -LINPHONE_PUBLIC const bctbx_list_t* linphone_core_get_chat_rooms(LinphoneCore *lc); +LINPHONE_PUBLIC const bctbx_list_t* linphone_core_get_chat_rooms(LinphoneCore *core); /** * Creates and returns the default chat room parameters. - * @param[in] lc #LinphoneCore object - * @return LinphoneChatRoomParams + * @param core #LinphoneCore object @notnil + * @return A #LinphoneChatRoomParams object @notnil **/ -LINPHONE_PUBLIC LinphoneChatRoomParams *linphone_core_create_default_chat_room_params(LinphoneCore *lc); +LINPHONE_PUBLIC LinphoneChatRoomParams *linphone_core_create_default_chat_room_params(LinphoneCore *core); /** * @} -- Gitblit v1.8.0