Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
6801a659
Commit
6801a659
authored
Jul 25, 2011
by
Alexey Sokolov
Committed by
Rémi Denis-Courmont
Jul 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix few typos in libvlc comments.
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
2516061e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/vlc/libvlc_media_list.h
include/vlc/libvlc_media_list.h
+2
-2
No files found.
include/vlc/libvlc_media_list.h
View file @
6801a659
...
...
@@ -110,7 +110,7 @@ libvlc_media_list_add_media( libvlc_media_list_t *p_ml, libvlc_media_t *p_md );
* \param p_ml a media list instance
* \param p_md a media instance
* \param i_pos position in array where to insert
* \return 0 on success, -1 if the media list
si
read-only
* \return 0 on success, -1 if the media list
is
read-only
*/
LIBVLC_API
int
libvlc_media_list_insert_media
(
libvlc_media_list_t
*
p_ml
,
...
...
@@ -166,7 +166,7 @@ LIBVLC_API int
* This indicates if this media list is read-only from a user point of view
*
* \param p_ml media list instance
* \return
0 on readonly, 1
on readwrite
* \return
1 on readonly, 0
on readwrite
*/
LIBVLC_API
int
libvlc_media_list_is_readonly
(
libvlc_media_list_t
*
p_ml
);
...
...
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