Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
15dce7e1
Commit
15dce7e1
authored
May 09, 2006
by
littlejohn
Browse files
Playlist item deletion added in libvlc.h for external programs use.
parent
645e8671
Changes
1
Show whitespace changes
Inline
Side-by-side
include/vlc/libvlc.h
View file @
15dce7e1
...
...
@@ -233,6 +233,8 @@ int libvlc_playlist_add_extended( libvlc_instance_t *, const char *,
libvlc_exception_t
*
);
int
libvlc_playlist_delete_item
(
libvlc_instance_t
*
,
int
,
libvlc_exception_t
*
);
typedef
struct
libvlc_input_t
libvlc_input_t
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment