vlc | branch: master | Steve Lhomme <[email protected]> | Fri May 24 11:04:02 2019 +0200| [f141c44cf06c3bd2483ba02749a353654e285471] | committer: Steve Lhomme
libvlc: document which function was used to set the user values > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f141c44cf06c3bd2483ba02749a353654e285471 --- 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 */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
