From 32ac62bb239a373f05a6031e0559f0060e81b899 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 2 Feb 2016 15:38:52 +0100 Subject: [PATCH] Deprecated linphone_core_get_friends --- coreapi/linphonefriend.h | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonefriend.h b/coreapi/linphonefriend.h index 52afbae69..709b48ef3 100644 --- a/coreapi/linphonefriend.h +++ b/coreapi/linphonefriend.h @@ -374,6 +374,7 @@ LINPHONE_PUBLIC void linphone_core_reject_subscriber(LinphoneCore *lc, LinphoneF * Get Buddy list of LinphoneFriend * @param[in] lc #LinphoneCore object * @return \mslist{LinphoneFriend} + * @deprecated use linphone_core_get_friends_lists() or linphone_friend_list_get_friends() instead. */ LINPHONE_PUBLIC const MSList * linphone_core_get_friend_list(const LinphoneCore *lc);