]> git.sesse.net Git - vlc/commitdiff
LibVLC structures: cleanup
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 20 Feb 2010 11:44:32 +0000 (13:44 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 20 Feb 2010 11:46:50 +0000 (13:46 +0200)
include/vlc/libvlc_structures.h

index 44a3718671cef48780b0f5be2990a2490f270949..b76f2df6ab34b77fa1196f627aab68b6905bc17c 100644 (file)
 extern "C" {
 # endif
 
-/** This structure is opaque. It represents a libvlc instance */
-typedef struct libvlc_instance_t libvlc_instance_t;
-
-/*****************************************************************************
- * Time
- *****************************************************************************/
-/** \defgroup libvlc_time libvlc_time
+/**
  * \ingroup libvlc_core
- * LibVLC Time support in libvlc
- * @{
- */
-
-typedef int64_t libvlc_time_t;
-
-/**@} */
-
-/*****************************************************************************
- * Media Descriptor
- *****************************************************************************/
-/** \defgroup libvlc_media libvlc_media
- * \ingroup libvlc
- * LibVLC Media Descriptor handling
- * @{
- */
-
-
-/**@} */
-
-
-/*****************************************************************************
- * Playlist
- *****************************************************************************/
-/** \defgroup libvlc_playlist libvlc_playlist (Deprecated)
- * \ingroup libvlc
- * LibVLC Playlist handling (Deprecated)
- * @deprecated Use media_list
  * @{
  */
 
-typedef struct libvlc_playlist_item_t
-{
-    int i_id;
-    char * psz_uri;
-    char * psz_name;
+/** This structure is opaque. It represents a libvlc instance */
+typedef struct libvlc_instance_t libvlc_instance_t;
 
-} libvlc_playlist_item_t;
+typedef int64_t libvlc_time_t;
 
 /**@} */
 
-
-/*****************************************************************************
- * Message log handling
- *****************************************************************************/
-
-/** \defgroup libvlc_log libvlc_log
- * \ingroup libvlc_core
- * LibVLC Message Logging
+/**
+ * \ingroup libvlc_log
  * @{
  */