vlc | branch: master | Olivier Aubert <[email protected]> | Thu Jun 14 15:05:10 2012 +0200| [bd733d23eb3cb699f304c8d82c0b3d4450713636] | committer: Olivier Aubert
libvlc.h: improve docstrings > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd733d23eb3cb699f304c8d82c0b3d4450713636 --- include/vlc/libvlc.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index 94dbcac..f81f515 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -101,6 +101,8 @@ LIBVLC_API void libvlc_clearerr (void); /** * Sets the LibVLC error status and message for the current thread. * Any previous error is overridden. + * \param fmt the format string + * \param ap the arguments * \return a nul terminated string in any case */ LIBVLC_API const char *libvlc_vprinterr (const char *fmt, va_list ap); @@ -108,6 +110,8 @@ LIBVLC_API const char *libvlc_vprinterr (const char *fmt, va_list ap); /** * Sets the LibVLC error status and message for the current thread. * Any previous error is overridden. + * \param fmt the format string + * \param args the arguments * \return a nul terminated string in any case */ LIBVLC_API const char *libvlc_printerr (const char *fmt, ...); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
