[vlc-commits] vlc_media_library.h: Fix comments

Hugo Beauzée-Luyssen git at videolan.org
Wed Aug 22 11:44:33 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Aug 21 15:39:02 2018 +0200| [851e006ef8b8501d017d36d08cfa171158813abf] | committer: Hugo Beauzée-Luyssen

vlc_media_library.h: Fix comments

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=851e006ef8b8501d017d36d08cfa171158813abf
---

 include/vlc_media_library.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/vlc_media_library.h b/include/vlc_media_library.h
index 95d10e3ccf..06ad9ce4c8 100644
--- a/include/vlc_media_library.h
+++ b/include/vlc_media_library.h
@@ -383,11 +383,11 @@ enum vlc_ml_list_queries
     VLC_ML_COUNT_PLAYLIST_MEDIA,  /**< arg1: playlist id; arg2 (out): size_t* */
 
     /* Children entities listing */
-    VLC_ML_LIST_MEDIA_OF,         /**< arg1: parent entity type; arg2: parent entity id; arg3(out): ml_media_list_t* */
+    VLC_ML_LIST_MEDIA_OF,         /**< arg1: parent entity type; arg2: parent entity id; arg3(out): ml_media_list_t** */
     VLC_ML_COUNT_MEDIA_OF,        /**< arg1: parent entity type; arg2: parent entity id; arg3(out): size_t* */
-    VLC_ML_LIST_ARTISTS_OF,       /**< arg1: parent entity type; arg2: parent entity id; arg3(out): ml_artist_list_t* */
+    VLC_ML_LIST_ARTISTS_OF,       /**< arg1: parent entity type; arg2: parent entity id; arg3(out): ml_artist_list_t** */
     VLC_ML_COUNT_ARTISTS_OF,      /**< arg1: parent entity type; arg2: parent entity id; arg3(out): size_t* */
-    VLC_ML_LIST_ALBUMS_OF,        /**< arg1: parent entity type; arg2: parent entity id; arg3(out): ml_album_list_t* */
+    VLC_ML_LIST_ALBUMS_OF,        /**< arg1: parent entity type; arg2: parent entity id; arg3(out): ml_album_list_t** */
     VLC_ML_COUNT_ALBUMS_OF,       /**< arg1: parent entity type; arg2: parent entity id; arg3(out): size_t* */
 };
 



More information about the vlc-commits mailing list