Commit 15dce7e1 authored by Filippo Carone's avatar Filippo Carone

Playlist item deletion added in libvlc.h for external programs use.

parent 645e8671
...@@ -233,7 +233,9 @@ int libvlc_playlist_add_extended( libvlc_instance_t *, const char *, ...@@ -233,7 +233,9 @@ int libvlc_playlist_add_extended( libvlc_instance_t *, const char *,
libvlc_exception_t * ); libvlc_exception_t * );
int libvlc_playlist_delete_item( libvlc_instance_t *, int,
libvlc_exception_t * );
typedef struct libvlc_input_t libvlc_input_t; typedef struct libvlc_input_t libvlc_input_t;
/* Get the input that is currently being played by the playlist /* Get the input that is currently being played by the playlist
......
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