[vlc-commits] libvlc: match the documentation to the actual behaviour

Jean-Baptiste Kempf git at videolan.org
Fri Dec 28 18:44:54 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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
  */



More information about the vlc-commits mailing list