lib: add missing version tag for new API method documentation

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Mark Lee 2014-02-08 07:43:26 +00:00 committed by Rémi Denis-Courmont
parent 0dffa31ec5
commit 18276756a2

View File

@ -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 );