]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_library.h
python-ctypes: implement consistency checker, and fix detected errors in include...
[vlc] / include / vlc / libvlc_media_library.h
index d2192bc788e8bce7b33a2f1f05826b5e95d21676..0dfbb4d6a1c33fa924493ef04d491fbf1f369974 100644 (file)
 
 typedef struct libvlc_media_library_t libvlc_media_library_t;
 
+/**
+ * Create an new Media Library object
+ *
+ * \param p_libvlc_instance the libvlc instance
+ * \param p_e an initialized exception pointer
+ */
+VLC_PUBLIC_API libvlc_media_player_t * libvlc_media_player_new( libvlc_instance_t *, libvlc_exception_t * );
 VLC_PUBLIC_API libvlc_media_library_t *
     libvlc_media_library_new( libvlc_instance_t * p_inst,
                               libvlc_exception_t * p_e );