]> sjero.net Git - linphone/commitdiff
update documentation
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 6 Aug 2012 08:40:59 +0000 (10:40 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 6 Aug 2012 08:40:59 +0000 (10:40 +0200)
coreapi/linphonecore.h

index a269bc4766eb57c5582120fe0e9673a5ffce58dc..3d10a26af9a0bdf1a509dd6fbdaf419a5538321e 100644 (file)
@@ -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;
 
 /**