Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a5366028
Commit
a5366028
authored
Jan 17, 2004
by
Sigmund Augdal Helberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/playlist/item*
* Updated documentation on playlist_Add* (they return a id, not the position)
parent
076be835
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/playlist/item-ext.c
src/playlist/item-ext.c
+3
-3
src/playlist/item.c
src/playlist/item.c
+2
-2
No files found.
src/playlist/item-ext.c
View file @
a5366028
...
...
@@ -2,7 +2,7 @@
* item-ext.c : Exported playlist item functions
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: item-ext.c,v 1.
9 2004/01/17 12:28:57 gbazin
Exp $
* $Id: item-ext.c,v 1.
10 2004/01/17 14:08:37 sigmunau
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Clément Stenac <zorglub@videolan.org>
...
...
@@ -42,7 +42,7 @@
* PLAYLIST_END the item will be added at the end of the playlist
* regardless of it's size
* \param i_duration length of the item in milliseconds.
* \return
the position of the new
item
* \return
The id of the playlist
item
*/
int
playlist_AddWDuration
(
playlist_t
*
p_playlist
,
const
char
*
psz_uri
,
const
char
*
psz_name
,
int
i_mode
,
int
i_pos
,
...
...
@@ -89,7 +89,7 @@ int playlist_AddWDuration( playlist_t *p_playlist, const char * psz_uri,
* \param i_pos the position in the playlist where to add. If this is
* PLAYLIST_END the item will be added at the end of the playlist
* regardless of it's size
* \return
the position of the new
item
* \return
The id of the playlist
item
*/
int
playlist_Add
(
playlist_t
*
p_playlist
,
const
char
*
psz_uri
,
const
char
*
psz_name
,
int
i_mode
,
int
i_pos
)
...
...
src/playlist/item.c
View file @
a5366028
...
...
@@ -2,7 +2,7 @@
* item.c : Playlist item functions
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: item.c,v 1.1
1 2004/01/06 08:50:20 zorglub
Exp $
* $Id: item.c,v 1.1
2 2004/01/17 14:08:37 sigmunau
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -40,7 +40,7 @@
* \param i_pos the possition in the playlist where to add. If this is
* PLAYLIST_END the item will be added at the end of the playlist
* regardless of it's size
* \return
position of the new
item
* \return
The id of the playlist
item
*/
int
playlist_AddItem
(
playlist_t
*
p_playlist
,
playlist_item_t
*
p_item
,
int
i_mode
,
int
i_pos
)
...
...
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