]> git.sesse.net Git - vlc/commitdiff
Document a bit playlist event variable.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 16 Feb 2009 21:05:02 +0000 (22:05 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 16 Feb 2009 21:05:02 +0000 (22:05 +0100)
include/vlc_playlist.h

index 6fbd4a150ea3dc2fce791dca9edd47f4797b59cc..dd164865c6a7714b148b06b55b032d29f4dbac16 100644 (file)
@@ -118,9 +118,14 @@ TYPEDEF_ARRAY(playlist_item_t*, playlist_item_array_t);
  * The playlist defines the following event variables:
  * - "item-change": It will contains the input_item_t->i_id of a changed input
  * item monitored by the playlist.
+ * - "item-deleted": It will contains the playlist_item_t->i_id of a deleted
+ * playlist_item_t.
+ * - "item-append": It will contains a pointer to a playlist_add_t.
+ * - "playlist-current": It will contains a input_item_t->i_id of the current
+ * item being played.
  *
  * XXX Be really carefull, playlist_item_t->i_id and input_item_t->i_id are not
- * the same.
+ * the same. Yes, the situation is pretty bad.
  *
  * @{
  */