Commit 1c5d76c2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

use VLC_DEPRECATED_API as needed

parent 44b0effd
...@@ -58,7 +58,7 @@ extern "C" { ...@@ -58,7 +58,7 @@ extern "C" {
* should render its video * should render its video
* \param p_e an initialized exception pointer * \param p_e an initialized exception pointer
*/ */
VLC_PUBLIC_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *, libvlc_drawable_t, libvlc_exception_t * ); VLC_DEPRECATED_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *, libvlc_drawable_t, libvlc_exception_t * );
/** /**
* Get the drawable where the media player should render its video output * Get the drawable where the media player should render its video output
...@@ -68,7 +68,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *, ...@@ -68,7 +68,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *,
* \return the libvlc_drawable_t where the media player * \return the libvlc_drawable_t where the media player
* should render its video * should render its video
*/ */
VLC_PUBLIC_API libvlc_drawable_t VLC_DEPRECATED_API libvlc_drawable_t
libvlc_media_player_get_drawable ( libvlc_media_player_t *, libvlc_exception_t * ); libvlc_media_player_get_drawable ( libvlc_media_player_t *, libvlc_exception_t * );
/** /**
...@@ -82,7 +82,7 @@ VLC_PUBLIC_API libvlc_drawable_t ...@@ -82,7 +82,7 @@ VLC_PUBLIC_API libvlc_drawable_t
* \param p_e an initialized exception pointer * \param p_e an initialized exception pointer
* @deprecated Use libvlc_media_player_set_drawable * @deprecated Use libvlc_media_player_set_drawable
*/ */
VLC_PUBLIC_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawable_t, libvlc_exception_t * ); VLC_DEPRECATED_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawable_t, libvlc_exception_t * );
/** /**
* Set the default video output parent. * Set the default video output parent.
...@@ -94,7 +94,7 @@ VLC_PUBLIC_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawabl ...@@ -94,7 +94,7 @@ VLC_PUBLIC_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawabl
* \param p_e an initialized exception pointer * \param p_e an initialized exception pointer
* @deprecated Use libvlc_media_player_get_drawable * @deprecated Use libvlc_media_player_get_drawable
*/ */
VLC_PUBLIC_API libvlc_drawable_t libvlc_video_get_parent( libvlc_instance_t *, libvlc_exception_t * ); VLC_DEPRECATED_API libvlc_drawable_t libvlc_video_get_parent( libvlc_instance_t *, libvlc_exception_t * );
/** /**
* Change the parent for the current the video output. * Change the parent for the current the video output.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment