/*****************************************************************************
* playtree.hpp
*****************************************************************************
- * Copyright (C) 2005 VideoLAN
+ * Copyright (C) 2005 the VideoLAN team
* $Id$
*
* Authors: Antoine Cellerier <dionoea@videolan.org>
+ * Clément Stenac <zorglub@videolan.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
/// Function called to notify playlist item update
void onUpdateItem( int id );
- /// Function called to notify playlist item append
+ /// Function called to notify playlist item append
void onAppend( playlist_add_t * );
/// Function called to notify playlist item delete
private:
/// VLC playlist object
playlist_t *m_pPlaylist;
- /// Iconv handle
- vlc_iconv_t iconvHandle;
/// Build the list from the VLC playlist
void buildTree();