Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
b6069ae2
Commit
b6069ae2
authored
Feb 06, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove left-overs from LibVLC media list view
parent
353b6731
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
include/vlc/libvlc_media_list.h
include/vlc/libvlc_media_list.h
+0
-24
No files found.
include/vlc/libvlc_media_list.h
View file @
b6069ae2
...
@@ -43,7 +43,6 @@ extern "C" {
...
@@ -43,7 +43,6 @@ extern "C" {
*/
*/
typedef
struct
libvlc_media_list_t
libvlc_media_list_t
;
typedef
struct
libvlc_media_list_t
libvlc_media_list_t
;
typedef
struct
libvlc_media_list_view_t
libvlc_media_list_view_t
;
/**
/**
* Create an empty media list.
* Create an empty media list.
...
@@ -192,29 +191,6 @@ VLC_PUBLIC_API void
...
@@ -192,29 +191,6 @@ VLC_PUBLIC_API void
VLC_PUBLIC_API
void
VLC_PUBLIC_API
void
libvlc_media_list_unlock
(
libvlc_media_list_t
*
);
libvlc_media_list_unlock
(
libvlc_media_list_t
*
);
/**
* Get a flat media list view of media list items
*
* \param p_ml a media list instance
* \param p_ex an excpetion instance
* \return flat media list view instance
*/
VLC_PUBLIC_API
libvlc_media_list_view_t
*
libvlc_media_list_flat_view
(
libvlc_media_list_t
*
,
libvlc_exception_t
*
);
/**
* Get a hierarchical media list view of media list items
*
* \param p_ml a media list instance
* \return hierarchical media list view instance
*/
VLC_PUBLIC_API
libvlc_media_list_view_t
*
libvlc_media_list_hierarchical_view
(
libvlc_media_list_t
*
);
VLC_PUBLIC_API
libvlc_media_list_view_t
*
libvlc_media_list_hierarchical_node_view
(
libvlc_media_list_t
*
p_ml
);
/**
/**
* Get libvlc_event_manager from this media list instance.
* Get libvlc_event_manager from this media list instance.
* The p_event_manager is immutable, so you don't have to hold the lock
* The p_event_manager is immutable, so you don't have to hold the lock
...
...
Write
Preview
Markdown
is supported
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