]> git.sesse.net Git - vlc/commitdiff
Fix doxycomment for VLC_AddTarget. It returns the item id.
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 10 Sep 2007 20:55:31 +0000 (20:55 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 10 Sep 2007 20:55:31 +0000 (20:55 +0000)
include/vlc/vlc.h

index e4420f4dc8933a988e70c19e2ea29b9560c8e98f..353445ecdd9cd1450a71565b146c3d703da1ae45 100644 (file)
@@ -358,7 +358,7 @@ VLC_PUBLIC_API int     VLC_VariableType( int, char const *, int * );
  * \param i_options the amount of options in the ppsz_options array
  * \param i_mode the insert mode to insert the target into the playlist (PLAYLIST_* defines)
  * \param i_pos the position at which to add the new target (PLAYLIST_END for end)
- * \return VLC_SUCCESS on success
+ * \return the item id on success and -1 on error
  */
 VLC_PUBLIC_API int     VLC_AddTarget( int, char const *, const char **, int, int, int );