From 379a7df153e62d24937e858ce38e26859910838d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 19 Apr 2017 15:03:23 +0200 Subject: [PATCH] Add LINPHONE_DEPRECATED on functions which are marked as deprecated in their documentation --- include/linphone/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index 81b14c284..d6d8ac3ec 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -3215,7 +3215,7 @@ LINPHONE_PUBLIC bool_t linphone_core_video_display_enabled(LinphoneCore *lc); * @ingroup media_parameters * @deprecated **/ -LINPHONE_PUBLIC void linphone_core_set_video_policy(LinphoneCore *lc, const LinphoneVideoPolicy *policy); +LINPHONE_PUBLIC LINPHONE_DEPRECATED void linphone_core_set_video_policy(LinphoneCore *lc, const LinphoneVideoPolicy *policy); /** * Get the default policy for video. @@ -3225,7 +3225,7 @@ LINPHONE_PUBLIC void linphone_core_set_video_policy(LinphoneCore *lc, const Linp * @ingroup media_parameters * @deprecated **/ -LINPHONE_PUBLIC const LinphoneVideoPolicy *linphone_core_get_video_policy(const LinphoneCore *lc); +LINPHONE_PUBLIC LINPHONE_DEPRECATED const LinphoneVideoPolicy *linphone_core_get_video_policy(const LinphoneCore *lc); /** * Increment refcount.