Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
5f760829
Commit
5f760829
authored
Sep 03, 2009
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc.h: fix incorrect comment docstring
parent
682f5a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
include/vlc/libvlc.h
include/vlc/libvlc.h
+0
-1
No files found.
include/vlc/libvlc.h
View file @
5f760829
...
@@ -375,7 +375,6 @@ VLC_PUBLIC_API void libvlc_log_close( libvlc_log_t *p_log );
...
@@ -375,7 +375,6 @@ VLC_PUBLIC_API void libvlc_log_close( libvlc_log_t *p_log );
* Returns the number of messages in a log instance.
* Returns the number of messages in a log instance.
*
*
* \param p_log libvlc log instance or NULL
* \param p_log libvlc log instance or NULL
* \param p_e an initialized exception pointer
* \return number of log messages, 0 if p_log is NULL
* \return number of log messages, 0 if p_log is NULL
*/
*/
VLC_PUBLIC_API
unsigned
libvlc_log_count
(
const
libvlc_log_t
*
p_log
);
VLC_PUBLIC_API
unsigned
libvlc_log_count
(
const
libvlc_log_t
*
p_log
);
...
...
Write
Preview
Markdown
is supported
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