Liblinphone
4.5.0
|
Wrapper utilities. More...
Functions | |
bctbx_list_t * | linphone_core_get_callbacks_list (const LinphoneCore *core) |
Gets the list of listener in the core. More... | |
const bctbx_list_t * | linphone_call_get_callbacks_list (const LinphoneCall *call) |
Gets the list of listener in the call. More... | |
const bctbx_list_t * | linphone_chat_room_get_callbacks_list (const LinphoneChatRoom *chat_room) |
Gets the list of listener in the chat room. More... | |
const bctbx_list_t * | linphone_conference_get_callbacks_list (const LinphoneConference *conference) |
Gets the list of listener in the conference. More... | |
void | linphone_chat_room_set_current_callbacks (LinphoneChatRoom *chat_room, LinphoneChatRoomCbs *cbs) |
Sets the current LinphoneChatRoomCbs. More... | |
const bctbx_list_t * | linphone_chat_message_get_callbacks_list (const LinphoneChatMessage *message) |
Gets the list of listener in the chat mesasge. More... | |
void | linphone_chat_message_set_current_callbacks (LinphoneChatMessage *message, LinphoneChatMessageCbs *cbs) |
Sets the current LinphoneChatMessageCbs. More... | |
void * | linphone_vcard_get_belcard (LinphoneVcard *vcard) |
Accessor for the shared_ptr<BelCard> stored by a LinphoneVcard. More... | |
void | linphone_chat_room_allow_multipart (LinphoneChatRoom *room) |
Allow multipart on a basic chat room . | |
void | linphone_chat_room_allow_cpim (LinphoneChatRoom *room) |
Allow cpim on a basic chat room . | |
MS2_DEPRECATED void | linphone_chat_room_send_chat_message_2 (LinphoneChatRoom *chat_room, LinphoneChatMessage *message) |
Send a message to peer member of this chat room. More... | |
MS2_DEPRECATED void | linphone_chat_message_resend_2 (LinphoneChatMessage *message) |
Resend a chat message if it is in the 'not delivered' state for whatever reason. More... | |
Wrapper utilities.
These functions are used by automatic API wrapper generators and should not be used by C API users.
const bctbx_list_t* linphone_call_get_callbacks_list | ( | const LinphoneCall * | call | ) |
Gets the list of listener in the call.
call | LinphoneCall object. |
const bctbx_list_t* linphone_chat_message_get_callbacks_list | ( | const LinphoneChatMessage * | message | ) |
Gets the list of listener in the chat mesasge.
message | LinphoneChatMessage object. |
MS2_DEPRECATED void linphone_chat_message_resend_2 | ( | LinphoneChatMessage * | message | ) |
Resend a chat message if it is in the 'not delivered' state for whatever reason.
message | LinphoneChatMessage object |
void linphone_chat_message_set_current_callbacks | ( | LinphoneChatMessage * | message, |
LinphoneChatMessageCbs * | cbs | ||
) |
Sets the current LinphoneChatMessageCbs.
message | LinphoneChatMessage object |
cbs | LinphoneChatMessageCbs object |
const bctbx_list_t* linphone_chat_room_get_callbacks_list | ( | const LinphoneChatRoom * | chat_room | ) |
Gets the list of listener in the chat room.
chat_room | LinphoneChatRoom object. |
MS2_DEPRECATED void linphone_chat_room_send_chat_message_2 | ( | LinphoneChatRoom * | chat_room, |
LinphoneChatMessage * | message | ||
) |
Send a message to peer member of this chat room.
The state of the sending message will be notified via the callbacks defined in the LinphoneChatMessageCbs object that can be obtained by calling linphone_chat_message_get_callbacks().
chat_room | A chat room. |
message | The message to send. |
void linphone_chat_room_set_current_callbacks | ( | LinphoneChatRoom * | chat_room, |
LinphoneChatRoomCbs * | cbs | ||
) |
Sets the current LinphoneChatRoomCbs.
chat_room | LinphoneChatRoom object |
cbs | LinphoneChatRoomCbs object |
const bctbx_list_t* linphone_conference_get_callbacks_list | ( | const LinphoneConference * | conference | ) |
Gets the list of listener in the conference.
[in] | conference | LinphoneConference object |
bctbx_list_t* linphone_core_get_callbacks_list | ( | const LinphoneCore * | core | ) |
Gets the list of listener in the core.
core | The LinphoneCore. |
void* linphone_vcard_get_belcard | ( | LinphoneVcard * | vcard | ) |
Accessor for the shared_ptr<BelCard> stored by a LinphoneVcard.
vcard | a LinphoneVcard |