[vlc-commits] Add missing parameter documentation.

Olivier Aubert git at videolan.org
Mon Apr 1 23:39:23 CEST 2013


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Mon Apr  1 23:39:18 2013 +0200| [d782b421ec058512e81e8842d849787d3558c5ad] | committer: Olivier Aubert

Add missing parameter documentation.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d782b421ec058512e81e8842d849787d3558c5ad
---

 include/vlc/libvlc.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index 560b787..f784904 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -401,6 +401,7 @@ typedef void (*libvlc_log_cb)(void *data, int level, const libvlc_log_t *ctx,
  * This function will wait for any pending callbacks invocation to complete
  * (causing a deadlock if called from within the callback).
  *
+ * \param p_instance libvlc instance
  * \version LibVLC 2.1.0 or later
  */
 LIBVLC_API void libvlc_log_unset( libvlc_instance_t * );
@@ -418,6 +419,7 @@ LIBVLC_API void libvlc_log_unset( libvlc_instance_t * );
  *
  * \warning A deadlock may occur if this function is called from the callback.
  *
+ * \param p_instance libvlc instance
  * \version LibVLC 2.1.0 or later
  */
 LIBVLC_API void libvlc_log_set( libvlc_instance_t *,
@@ -426,6 +428,7 @@ LIBVLC_API void libvlc_log_set( libvlc_instance_t *,
 
 /**
  * Sets up logging to a file.
+ * \param p_instance libvlc instance
  * \param stream FILE pointer opened for writing
  *         (the FILE pointer must remain valid until libvlc_log_unset())
  * \version LibVLC 2.1.0 or later



More information about the vlc-commits mailing list