]> git.sesse.net Git - vlc/blob - modules/gui/familiar/playlist.h
Fixed superflous tuning ;-)
[vlc] / modules / gui / familiar / playlist.h
1
2
3 gboolean
4 FamiliarPlaylistEvent                  (GtkWidget       *widget,
5                                         GdkEvent        *event,
6                                         gpointer         user_data);
7
8 void FamiliarRebuildCList( GtkCList * p_clist, playlist_t * p_playlist );
9
10 void FamiliarPlaylistClear             (GtkButton       *button,
11                                         gpointer         user_data);
12
13
14 void
15 FamiliarPlaylistUpdate                 (GtkButton       *button,
16                                         gpointer         user_data);
17
18 void
19 FamiliarPlaylistDel                    (GtkButton       *button,
20                                         gpointer         user_data);