Skip to content
Snippets Groups Projects
Commit 5e4202ff authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf
Browse files

libvlc_events: Fix reference to thumbnail generation functions

Fix #25810
parent 483bc03f
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,8 @@ enum libvlc_event_e {
libvlc_MediaSubItemTreeAdded,
/**
* A thumbnail generation for this \link #libvlc_media_t media \endlink completed.
* \see libvlc_media_get_thumbnail()
* \see libvlc_media_thumbnail_request_by_time()
* \see libvlc_media_thumbnail_request_by_pos()
*/
libvlc_MediaThumbnailGenerated,
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment