]> git.sesse.net Git - vlc/blobdiff - include/vlc/deprecated.h
Kill old and buggy libvlc_drawable_t
[vlc] / include / vlc / deprecated.h
index e946b77f6b8818cfc89a9256d1fbd450c26a60fc..16406f34519b127243ec69751c938ec8ad692eef 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
@@ -63,10 +56,10 @@ extern "C" {
  *        played
  * \param i_options the number of options to add to the item
  * \param ppsz_options the options to add to the item
- * \param p_e an initialized exception pointer
  */
-VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t*, int, int,
-                                          char **, libvlc_exception_t * );
+VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t *p_instance,
+                                              int i_id, int i_options,
+                                              char **ppsz_options );
 
 /** @}*/