X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fdeprecated.h;h=cbb382dce44eeb755b630202900b9989acf6a844;hb=c0e5f675aa9a0884de39682ed169aa02c9cbbaba;hp=6ec4161b9473d899c522af018b20b7fc7f2c9eb2;hpb=9c1f8ba149532713c7912eb233409b283c150155;p=vlc diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h index 6ec4161b94..cbb382dce4 100644 --- a/include/vlc/deprecated.h +++ b/include/vlc/deprecated.h @@ -51,14 +51,14 @@ extern "C" { * On OSX 64-bits, this function will always fail. * * On other platforms, an existing X11 window ID is expected. See - * libvlc_media_player_set_xid() for details. + * libvlc_media_player_set_xwindow() for details. * * \param p_mi the Media Player * \param drawable the libvlc_drawable_t where the media player * should render its video * \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 @@ -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 * 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 * ); /***************************************************************************** @@ -82,7 +82,7 @@ VLC_PUBLIC_API libvlc_drawable_t */ /** - * Start playing. + * Start playing (if there is any item in the playlist). * * Additionnal playlist item options can be specified for addition to the * item before it is played.