Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
c92455b4
Commit
c92455b4
authored
Mar 28, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Cleanup libvlc headers doxygen.
parent
58296b6d
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
254 deletions
+34
-254
include/vlc/deprecated.h
include/vlc/deprecated.h
+1
-1
include/vlc/libvlc.h
include/vlc/libvlc.h
+11
-233
include/vlc/libvlc_media_list.h
include/vlc/libvlc_media_list.h
+3
-3
include/vlc/libvlc_structures.h
include/vlc/libvlc_structures.h
+19
-17
No files found.
include/vlc/deprecated.h
View file @
c92455b4
...
...
@@ -33,7 +33,7 @@ extern "C" {
/*****************************************************************************
* Playlist (Deprecated)
*****************************************************************************/
/** \defgroup libvlc_playlist
P
laylist (Deprecated)
/** \defgroup libvlc_playlist
libvlc_p
laylist (Deprecated)
* \ingroup libvlc
* LibVLC Playlist handling (Deprecated)
* @deprecated Use media_list
...
...
include/vlc/libvlc.h
View file @
c92455b4
This diff is collapsed.
Click to expand it.
include/vlc/libvlc_media_list.h
View file @
c92455b4
...
...
@@ -31,7 +31,7 @@ extern "C" {
/*****************************************************************************
* Media List
*****************************************************************************/
/**
defgroup libvlc_media_list MediaL
ist
/**
\defgroup libvlc_media_list libvlc_media_l
ist
* \ingroup libvlc
* LibVLC Media List, a media list holds multiple media descriptors
* @{
...
...
@@ -122,7 +122,7 @@ VLC_PUBLIC_API libvlc_event_manager_t *
/*****************************************************************************
* Media List View
*****************************************************************************/
/**
defgroup libvlc_media_list_view MediaListV
iew
/**
\defgroup libvlc_media_list_view libvlc_media_list_v
iew
* \ingroup libvlc_media_list
* LibVLC Media List View, represent a media_list using a different layout
* @{ */
...
...
@@ -186,7 +186,7 @@ VLC_PUBLIC_API libvlc_media_list_t *
/*****************************************************************************
* Media List Player
*****************************************************************************/
/**
defgroup libvlc_media_list_player MediaListP
layer
/**
\defgroup libvlc_media_list_player libvlc_media_list_p
layer
* \ingroup libvlc
* LibVLC Media List Player, play a media_list. You can see that as a media
* instance subclass
...
...
include/vlc/libvlc_structures.h
View file @
c92455b4
...
...
@@ -35,7 +35,7 @@ typedef struct libvlc_instance_t libvlc_instance_t;
* Exceptions
*****************************************************************************/
/**
defgroup libvlc_exception Exceptions
/**
\defgroup libvlc_exception libvlc_exception
* \ingroup libvlc
* LibVLC Exceptions handling
* @{
...
...
@@ -53,7 +53,7 @@ typedef struct libvlc_exception_t
/*****************************************************************************
* Time
*****************************************************************************/
/**
defgroup libvlc_time T
ime
/**
\defgroup libvlc_time libvlc_t
ime
* \ingroup libvlc
* LibVLC Time support in libvlc
* @{
...
...
@@ -66,14 +66,14 @@ typedef vlc_int64_t libvlc_time_t;
/*****************************************************************************
* Media Descriptor
*****************************************************************************/
/**
defgroup libvlc_media_descriptor MediaD
escriptor
/**
\defgroup libvlc_media_descriptor libvlc_media_d
escriptor
* \ingroup libvlc
* LibVLC Media Descriptor handling
* @{
*/
/* Meta Handling */
/** defgroup libvlc_meta
M
eta
/** defgroup libvlc_meta
libvlc_m
eta
* \ingroup libvlc_media_descriptor
* LibVLC Media Meta
* @{
...
...
@@ -109,7 +109,7 @@ typedef struct libvlc_media_descriptor_t libvlc_media_descriptor_t;
/*****************************************************************************
* Media Instance
*****************************************************************************/
/**
defgroup libvlc_media_instance MediaI
nstance
/**
\defgroup libvlc_media_instance libvlc_media_i
nstance
* \ingroup libvlc
* LibVLC Media Instance handling
* @{
...
...
@@ -134,7 +134,7 @@ typedef enum libvlc_state_t
/*****************************************************************************
* Media List
*****************************************************************************/
/**
defgroup libvlc_media_list MediaL
ist
/**
\defgroup libvlc_media_list libvlc_media_l
ist
* \ingroup libvlc
* LibVLC Media List handling
* @{
...
...
@@ -143,25 +143,26 @@ typedef enum libvlc_state_t
typedef
struct
libvlc_media_list_t
libvlc_media_list_t
;
typedef
struct
libvlc_media_list_view_t
libvlc_media_list_view_t
;
/**@} */
/*****************************************************************************
* Media List Player
*****************************************************************************/
/**
defgroup libvlc_media_list_player MediaListP
layer
* \ingroup libvlc
/**
\defgroup libvlc_media_list_player libvlc_media_list_p
layer
* \ingroup libvlc
_media_list
* LibVLC Media List Player handling
* @{
*/
typedef
struct
libvlc_media_list_player_t
libvlc_media_list_player_t
;
/**@} */
/**@} libvlc_media_list_player */
/**@} libvlc_media_list */
/*****************************************************************************
* Media Library
*****************************************************************************/
/**
defgroup libvlc_media_library Media L
ibrary
/**
\defgroup libvlc_media_library libvlc_media_l
ibrary
* \ingroup libvlc
* LibVLC Media Library
* @{
...
...
@@ -174,9 +175,10 @@ typedef struct libvlc_media_library_t libvlc_media_library_t;
/*****************************************************************************
* Playlist
*****************************************************************************/
/**
defgroup libvlc_playlist Playlist
/**
\defgroup libvlc_playlist libvlc_playlist (Deprecated)
* \ingroup libvlc
* LibVLC Playlist handling
* LibVLC Playlist handling (Deprecated)
* @deprecated Use media_list
* @{
*/
...
...
@@ -194,8 +196,8 @@ typedef struct libvlc_playlist_item_t
/*****************************************************************************
* Video
*****************************************************************************/
/**
defgroup libvlc_video V
ideo
* \ingroup libvlc
/**
\defgroup libvlc_video libvlc_v
ideo
* \ingroup libvlc
_media_instance
* LibVLC Video handling
* @{
*/
...
...
@@ -224,7 +226,7 @@ libvlc_rectangle_t;
/*****************************************************************************
* Services/Media Discovery
*****************************************************************************/
/**
defgroup libvlc_media_discoverer Media D
iscoverer
/**
\defgroup libvlc_media_discoverer libvlc_media_d
iscoverer
* \ingroup libvlc
* LibVLC Media Discoverer
* @{
...
...
@@ -238,7 +240,7 @@ typedef struct libvlc_media_discoverer_t libvlc_media_discoverer_t;
* Message log handling
*****************************************************************************/
/**
defgroup libvlc_log L
og
/**
\defgroup libvlc_log libvlc_l
og
* \ingroup libvlc
* LibVLC Message Logging
* @{
...
...
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