Changeset 31e11ead97ccf200f24c8c0aca3c35026bbe2e70
- Timestamp:
- 09/10/07 22:55:31
(1 year ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1189457731 +0000
- git-parent:
[dcfd2c71c6e196ca7228a1efaa311ebb464c4ec6]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1189457731 +0000
- Message:
Fix doxycomment for VLC_AddTarget. It returns the item id.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ee1e19 |
r31e11ea |
|
| 359 | 359 | * \param i_mode the insert mode to insert the target into the playlist (PLAYLIST_* defines) |
|---|
| 360 | 360 | * \param i_pos the position at which to add the new target (PLAYLIST_END for end) |
|---|
| 361 | | * \return VLC_SUCCESS on success |
|---|
| | 361 | * \return the item id on success and -1 on error |
|---|
| 362 | 362 | */ |
|---|
| 363 | 363 | VLC_PUBLIC_API int VLC_AddTarget( int, char const *, const char **, int, int, int ); |
|---|