[vlc-devel] commit: LibVLC structures: cleanup ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Sat Feb 20 12:46:57 CET 2010
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 20 13:44:32 2010 +0200| [18852621b881387f5b1152fa0126b452fc54c05a] | committer: Rémi Denis-Courmont 
LibVLC structures: cleanup
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18852621b881387f5b1152fa0126b452fc54c05a
---
 include/vlc/libvlc_structures.h |   55 ++++----------------------------------
 1 files changed, 6 insertions(+), 49 deletions(-)
diff --git a/include/vlc/libvlc_structures.h b/include/vlc/libvlc_structures.h
index 44a3718..b76f2df 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
  * @{
  */
 
    
    
More information about the vlc-devel
mailing list