mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
update documentation
This commit is contained in:
parent
bde9b86e96
commit
3be24046c2
1 changed files with 5 additions and 5 deletions
|
|
@ -720,11 +720,11 @@ typedef struct _LinphoneVTable{
|
|||
BuddyInfoUpdated buddy_info_updated; /**< a LinphoneFriend's BuddyInfo has changed*/
|
||||
NotifyReceivedCb notify_recv; /**< Other notifications*/
|
||||
CallStatsUpdated call_stats_updated; /**<Notifies on refreshing of call's statistics. */
|
||||
DisplayStatusCb display_status; /**< Callback that notifies various events with human readable text.*/
|
||||
DisplayMessageCb display_message;/**< Callback to display a message to the user */
|
||||
DisplayMessageCb display_warning;/** Callback to display a warning to the user */
|
||||
DisplayUrlCb display_url;
|
||||
ShowInterfaceCb show; /**< Notifies the application that it should show up*/
|
||||
DisplayStatusCb display_status; /**< DEPRECATED Callback that notifies various events with human readable text.*/
|
||||
DisplayMessageCb display_message;/**< DEPRECATED Callback to display a message to the user */
|
||||
DisplayMessageCb display_warning;/**< DEPRECATED Callback to display a warning to the user */
|
||||
DisplayUrlCb display_url; /**< DEPRECATED */
|
||||
ShowInterfaceCb show; /**< DEPRECATED Notifies the application that it should show up*/
|
||||
} LinphoneCoreVTable;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue