[vlc-commits] lib: add missing version tag for new API method documentation
Mark Lee
git at videolan.org
Sat Feb 8 11:22:21 CET 2014
vlc | branch: master | Mark Lee <mark.lee at capricasoftware.co.uk> | Sat Feb 8 07:43:26 2014 +0000| [18276756a2bcb821335b3064bdc165f13b9cbf4c] | committer: Rémi Denis-Courmont
lib: add missing version tag for new API method documentation
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18276756a2bcb821335b3064bdc165f13b9cbf4c
---
include/vlc/libvlc_media_player.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 85e39a3..fb91f59 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -835,6 +835,7 @@ LIBVLC_API int libvlc_media_player_can_pause( libvlc_media_player_t *p_mi );
* \return true if the current program is scrambled
*
* \libvlc_return_bool
+ * \version LibVLC 2.2.0 or later
*/
LIBVLC_API int libvlc_media_player_program_scrambled( libvlc_media_player_t *p_mi );
More information about the vlc-commits
mailing list