]> git.sesse.net Git - vlc/blobdiff - include/vlc/deprecated.h
Qt4: add playlist-tree selection to simple preferences
[vlc] / include / vlc / deprecated.h
index c22d2dc8c336abb1c0286a8e51eb95826ec6f427..216b1caba458403370a2aad252bcd63a6f5ca33d 100644 (file)
  * This file defines libvlc depreceated API
  */
 
-/**
- * This is the legacy representation of a platform-specific drawable. Because
- * it cannot accomodate a pointer on most 64-bits platforms, it should not be
- * used anymore.
- */
-typedef int libvlc_drawable_t;
-
 # ifdef __cplusplus
 extern "C" {
 # endif
@@ -44,10 +37,9 @@ extern "C" {
 /*****************************************************************************
  * Playlist (Deprecated)
  *****************************************************************************/
-/** \defgroup libvlc_playlist libvlc_playlist (Deprecated)
+/** \defgroup libvlc_playlist LibVLC playlist (legacy)
  * \ingroup libvlc
- * LibVLC Playlist handling (Deprecated)
- * @deprecated Use media_list
+ * @deprecated Use @ref libvlc_media_list instead.
  * @{
  */