[vlc-devel] [PATCH 2/2] lib: docs: indicate programs are also deleted with the list
Martin Finkel
finkel2804 at gmail.com
Wed Feb 17 09:28:49 UTC 2021
From: Martin Finkel <martin at videolabs.io>
---
include/vlc/libvlc_media_player.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 8951c67b93..05b6991c3a 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -1521,9 +1521,10 @@ libvlc_player_programlist_at( libvlc_player_programlist_t *list, size_t index );
/**
* Release a programlist
*
+ * \note program structs from the list are also deleted.
+ *
* \version LibVLC 4.0.0 and later.
*
- * \see libvlc_media_get_programlist
* \see libvlc_media_player_get_programlist
*
* \param list valid programlist
--
2.25.1.windows.1
More information about the vlc-devel
mailing list