X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc%2Fdeprecated.h;h=cbb382dce44eeb755b630202900b9989acf6a844;hb=c0e5f675aa9a0884de39682ed169aa02c9cbbaba;hp=93053490ec6c97ca53f7f33fb25a711b68ac0b16;hpb=2151d6fe01a3b730b6d241b561ce18f5cc424faf;p=vlc diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h index 93053490ec..cbb382dce4 100644 --- a/include/vlc/deprecated.h +++ b/include/vlc/deprecated.h @@ -51,7 +51,7 @@ 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 @@ -82,7 +82,7 @@ VLC_DEPRECATED_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.