From 18852621b881387f5b1152fa0126b452fc54c05a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 20 Feb 2010 13:44:32 +0200 Subject: [PATCH] LibVLC structures: cleanup --- include/vlc/libvlc_structures.h | 55 ++++----------------------------- 1 file changed, 6 insertions(+), 49 deletions(-) diff --git a/include/vlc/libvlc_structures.h b/include/vlc/libvlc_structures.h index 44a3718671..b76f2df6ab 100644 --- a/include/vlc/libvlc_structures.h +++ b/include/vlc/libvlc_structures.h @@ -35,63 +35,20 @@ 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 * @{ */ -- 2.39.2