Wrapper utilities.
More...
Wrapper utilities.
These functions are used by automatic API wrapper generators and should not be used by C API users.
◆ linphone_account_get_callbacks_list()
const bctbx_list_t* linphone_account_get_callbacks_list |
( |
const LinphoneAccount * |
account | ) |
|
Gets the list of listener in the account.
- Parameters
-
- Returns
- The list of LinphoneAccountCbs.
◆ linphone_account_set_current_callbacks()
Sets the current LinphoneAccountCbs.
- Parameters
-
◆ linphone_call_get_callbacks_list()
const bctbx_list_t* linphone_call_get_callbacks_list |
( |
const LinphoneCall * |
call | ) |
|
Gets the list of listener in the call.
- Parameters
-
- Returns
- The list of LinphoneCallCbs.
◆ linphone_chat_message_get_callbacks_list()
const bctbx_list_t* linphone_chat_message_get_callbacks_list |
( |
const LinphoneChatMessage * |
message | ) |
|
◆ linphone_chat_message_resend_2()
Resend a chat message if it is in the 'not delivered' state for whatever reason.
- Note
- Unlike linphone_chat_message_resend(), that function only takes a reference on the LinphoneChatMessage instead of totaly takes ownership on it. Thus, the LinphoneChatMessage object must be released by the API user after calling that function.
- Parameters
-
- Deprecated:
- 08/07/2020 Use linphone_chat_message_send instead. It doesn't says what the doc says it does
◆ linphone_chat_message_set_current_callbacks()
Sets the current LinphoneChatMessageCbs.
- Parameters
-
message | LinphoneChatMessage object |
cbs | LinphoneChatMessageCbs object |
◆ linphone_chat_room_get_callbacks_list()
const bctbx_list_t* linphone_chat_room_get_callbacks_list |
( |
const LinphoneChatRoom * |
chat_room | ) |
|
◆ linphone_chat_room_send_chat_message_2()
◆ linphone_chat_room_set_current_callbacks()
Sets the current LinphoneChatRoomCbs.
- Parameters
-
chat_room | LinphoneChatRoom object |
cbs | LinphoneChatRoomCbs object |
◆ linphone_conference_get_callbacks_list()
const bctbx_list_t* linphone_conference_get_callbacks_list |
( |
const LinphoneConference * |
conference | ) |
|
Gets the list of listener in the conference.
- Parameters
-
[in] | conference | LinphoneConference object |
- Returns
- The attached listeners.
◆ linphone_core_get_callbacks_list()
bctbx_list_t* linphone_core_get_callbacks_list |
( |
const LinphoneCore * |
core | ) |
|
Gets the list of listener in the core.
- Parameters
-
- Returns
- The list of LinphoneCoreCbs.
◆ linphone_magic_search_get_callbacks_list()
const bctbx_list_t* linphone_magic_search_get_callbacks_list |
( |
const LinphoneMagicSearch * |
magic_search | ) |
|
Gets the list of listeners from a LinphoneMagicSearch.
- Parameters
-
- Returns
- The list of listeners that have been added.
◆ linphone_vcard_get_belcard()
Accessor for the shared_ptr<BelCard> stored by a LinphoneVcard.
- Parameters
-
- Returns
- a shared_ptr<BelCard>