]> git.sesse.net Git - vlc/blobdiff - include/vlc/deprecated.h
Added ability to move to previous item in the media list player playlist. Added playb...
[vlc] / include / vlc / deprecated.h
index 93053490ec6c97ca53f7f33fb25a711b68ac0b16..cbb382dce44eeb755b630202900b9989acf6a844 100644 (file)
@@ -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.