]> git.sesse.net Git - vlc/blob - modules/gui/pda/playlist.h
Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries.
[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);