Commit 31e11ead authored by Christophe Mutricy's avatar Christophe Mutricy

Fix doxycomment for VLC_AddTarget. It returns the item id.

parent dcfd2c71
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment