[vlc-commits] [Git][videolan/vlc][master] include: add missing parameter doc
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Oct 17 10:26:37 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
7ff000e6 by Martin Finkel at 2024-10-17T10:02:18+00:00
include: add missing parameter doc
- - - - -
1 changed file:
- include/vlc/libvlc_media_player.h
Changes:
=====================================
include/vlc/libvlc_media_player.h
=====================================
@@ -3043,6 +3043,7 @@ typedef void (*libvlc_media_player_watch_time_on_seek)(
* receive all updates.
* \param on_update callback to listen to update events (must not be NULL)
* \param on_paused callback to listen to paused events (can be NULL)
+ * \param on_seek callback to listen to seek events (can be NULL)
* \param cbs_data opaque pointer used by the callbacks
* \return 0 on success, -1 on error (allocation error, or if already watching)
* \version LibVLC 4.0.0 or later
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7ff000e6b4c0f8a24ab0e643b1bceb56e5c066b4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7ff000e6b4c0f8a24ab0e643b1bceb56e5c066b4
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list