X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc%2Flibvlc_structures.h;h=b76f2df6ab34b77fa1196f627aab68b6905bc17c;hb=18852621b881387f5b1152fa0126b452fc54c05a;hp=2b2291570c9d608ad0bde6af5cde924afca93641;hpb=4e14fb80198b09975dc5d067421e21b5253db119;p=vlc diff --git a/include/vlc/libvlc_structures.h b/include/vlc/libvlc_structures.h index 2b2291570c..b76f2df6ab 100644 --- a/include/vlc/libvlc_structures.h +++ b/include/vlc/libvlc_structures.h @@ -35,81 +35,20 @@ extern "C" { # endif -/** This structure is opaque. It represents a libvlc instance */ -typedef struct libvlc_instance_t libvlc_instance_t; - -/***************************************************************************** - * Exceptions - *****************************************************************************/ - -/** \defgroup libvlc_exception libvlc_exception +/** * \ingroup libvlc_core - * LibVLC Exceptions handling * @{ */ -typedef struct libvlc_exception_t -{ - int b_raised; - char *psz_message; -} libvlc_exception_t; - -/**@} */ - -/***************************************************************************** - * Time - *****************************************************************************/ -/** \defgroup libvlc_time libvlc_time - * \ingroup libvlc_core - * LibVLC Time support in libvlc - * @{ - */ +/** This structure is opaque. It represents a libvlc instance */ +typedef struct libvlc_instance_t libvlc_instance_t; 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; - -} libvlc_playlist_item_t; - -/**@} */ - - -/***************************************************************************** - * Message log handling - *****************************************************************************/ - -/** \defgroup libvlc_log libvlc_log - * \ingroup libvlc_core - * LibVLC Message Logging +/** + * \ingroup libvlc_log * @{ */