Commit 37d2743a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/libvlc_internal.h: Fix libvlc_media_list_view_release_func_t return type.

parent 60327d5d
...@@ -115,7 +115,7 @@ struct libvlc_media_list_t ...@@ -115,7 +115,7 @@ struct libvlc_media_list_t
libvlc_media_list_t * p_flat_mlist; libvlc_media_list_t * p_flat_mlist;
}; };
typedef int (*libvlc_media_list_view_release_func_t)( libvlc_media_list_view_t * p_mlv ) ; typedef void (*libvlc_media_list_view_release_func_t)( libvlc_media_list_view_t * p_mlv ) ;
typedef int (*libvlc_media_list_view_count_func_t)( struct libvlc_media_list_view_t * p_mlv, typedef int (*libvlc_media_list_view_count_func_t)( struct libvlc_media_list_view_t * p_mlv,
libvlc_exception_t * ) ; libvlc_exception_t * ) ;
......
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