[vlc-devel] commit: Document a bit playlist event variable. (Laurent Aimar )

git version control git at videolan.org
Mon Feb 16 22:09:34 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Feb 16 22:05:02 2009 +0100| [1f029c7029004c293684a54d7adba593f332c31b] | committer: Laurent Aimar 

Document a bit playlist event variable.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f029c7029004c293684a54d7adba593f332c31b
---

 include/vlc_playlist.h |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index 6fbd4a1..dd16486 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -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.
  *
  * @{
  */




More information about the vlc-devel mailing list