vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Dec 28 18:40:09 2012 +0100| [c2a68e8156d670e18e172fd8e8444b7c9475f445] | committer: Jean-Baptiste Kempf
libvlc: match the documentation to the actual behaviour > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2a68e8156d670e18e172fd8e8444b7c9475f445 --- include/vlc/libvlc_media_list_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc/libvlc_media_list_player.h b/include/vlc/libvlc_media_list_player.h index 2a7cacf..c95ad97 100644 --- a/include/vlc/libvlc_media_list_player.h +++ b/include/vlc/libvlc_media_list_player.h @@ -128,7 +128,7 @@ LIBVLC_API void libvlc_media_list_player_play(libvlc_media_list_player_t * p_mlp); /** - * Pause media list + * Toggle pause (or resume) media list * * \param p_mlp media list player instance */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
