old mode 100644
new mode 100755
| | |
| | | */ |
| | | |
| | | /** |
| | | * 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); |
| | | |
| | | /** |
| | | * @} |