Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
379a7df1
Commit
379a7df1
authored
Apr 19, 2017
by
François Grisez
Browse files
Add LINPHONE_DEPRECATED on functions which are marked as deprecated in their documentation
parent
b10240dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/linphone/core.h
View file @
379a7df1
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment