Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b10613c3
Commit
b10613c3
authored
Apr 27, 2013
by
Rémi Denis-Courmont
Browse files
libvlc: add missing LIBVLC_API
parent
1b83ab71
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc/libvlc.h
View file @
b10613c3
...
...
@@ -354,8 +354,8 @@ typedef struct vlc_log_t libvlc_log_t;
*
* \version LibVLC 2.1.0 or later
*/
void
libvlc_log_get_context
(
const
libvlc_log_t
*
ctx
,
const
char
**
module
,
const
char
**
file
,
unsigned
*
line
);
LIBVLC_API
void
libvlc_log_get_context
(
const
libvlc_log_t
*
ctx
,
const
char
**
module
,
const
char
**
file
,
unsigned
*
line
);
/**
* Gets VLC object informations about a log message: the type name of the VLC
...
...
@@ -378,8 +378,8 @@ void libvlc_log_get_context(const libvlc_log_t *ctx, const char **module,
*
* \version LibVLC 2.1.0 or later
*/
void
libvlc_log_get_object
(
const
libvlc_log_t
*
ctx
,
const
char
**
name
,
const
char
**
header
,
uintptr_t
*
id
);
LIBVLC_API
void
libvlc_log_get_object
(
const
libvlc_log_t
*
ctx
,
const
char
**
name
,
const
char
**
header
,
uintptr_t
*
id
);
/**
* Callback prototype for LibVLC log message handler.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment