]> git.sesse.net Git - vlc/blob - modules/gui/pda/playlist.h
f1845a37439cef8a72e136903cd235c8ae1cd3b0
[vlc] / modules / gui / pda / playlist.h
1
2
3 gboolean
4 PDAPlaylistEvent                  (GtkWidget       *widget,
5                                         GdkEvent        *event,
6                                         gpointer         user_data);
7
8 void PDARebuildCList( GtkCList * p_clist, playlist_t * p_playlist );
9
10 void PDAPlaylistClear             (GtkButton       *button,
11                                         gpointer         user_data);
12
13
14 void
15 PDAPlaylistUpdate                 (GtkButton       *button,
16                                         gpointer         user_data);
17
18 void
19 PDAPlaylistDel                    (GtkButton       *button,
20                                         gpointer         user_data);