Commit 18276756 authored by Mark Lee's avatar Mark Lee Committed by Rémi Denis-Courmont

lib: add missing version tag for new API method documentation

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 0dffa31e
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment