[vlc-devel] [PATCH 01/10] libvlc: document which function was used to set the user values

Steve Lhomme robux4 at ycbcr.xyz
Mon May 27 15:38:13 CEST 2019


---
 include/vlc/libvlc_dialog.h | 2 +-
 include/vlc/libvlc_media.h  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/vlc/libvlc_dialog.h b/include/vlc/libvlc_dialog.h
index b176b93621..4d5bb95dd7 100644
--- a/include/vlc/libvlc_dialog.h
+++ b/include/vlc/libvlc_dialog.h
@@ -176,7 +176,7 @@ libvlc_dialog_set_context(libvlc_dialog_id *p_id, void *p_context);
 
 /**
  * Return the opaque pointer associated with the dialog id
- *
+ * \see libvlc_dialog_set_context
  * @version LibVLC 3.0.0 and later.
  */
 LIBVLC_API void *
diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 4ab42c9843..cd335a6e08 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -737,6 +737,8 @@ LIBVLC_API void
  * Get media descriptor's user_data. user_data is specialized data
  * accessed by the host application, VLC.framework uses it as a pointer to
  * an native object that references a libvlc_media_t pointer
+ * 
+ * \see libvlc_media_set_user_data
  *
  * \param p_md media descriptor object
  */
-- 
2.17.1



More information about the vlc-devel mailing list