Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
f141c44c
Commit
f141c44c
authored
5 years ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
libvlc: document which function was used to set the user values
parent
a8c5fc70
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/vlc/libvlc_dialog.h
+1
-1
1 addition, 1 deletion
include/vlc/libvlc_dialog.h
include/vlc/libvlc_media.h
+2
-0
2 additions, 0 deletions
include/vlc/libvlc_media.h
with
3 additions
and
1 deletion
include/vlc/libvlc_dialog.h
+
1
−
1
View file @
f141c44c
...
...
@@ -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
*
...
...
This diff is collapsed.
Click to expand it.
include/vlc/libvlc_media.h
+
2
−
0
View file @
f141c44c
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment