]> git.sesse.net Git - vlc/commitdiff
Forgot one small thing :P
authorPierre Baillet <octplane@videolan.org>
Sun, 8 Apr 2001 13:11:45 +0000 (13:11 +0000)
committerPierre Baillet <octplane@videolan.org>
Sun, 8 Apr 2001 13:11:45 +0000 (13:11 +0000)
plugins/gtk/gtk_playlist.h [new file with mode: 0644]

diff --git a/plugins/gtk/gtk_playlist.h b/plugins/gtk/gtk_playlist.h
new file mode 100644 (file)
index 0000000..848e896
--- /dev/null
@@ -0,0 +1,10 @@
+void on_generic_drop_data_received( intf_thread_t * p_intf, 
+        GtkSelectionData *data, guint info, int position);
+void rebuildCList(GtkCList * clist, playlist_t * playlist_p);
+int hasValidExtension(gchar * filename);
+int intf_AppendList( playlist_t * p_playlist, int i_pos, GList * list );
+void GtkPlayListManage( gpointer p_data );
+void on_generic_drop_data_received( intf_thread_t * p_intf,
+        GtkSelectionData *data, guint info, int position);
+gint compareItems(gconstpointer a, gconstpointer b);
+GList * intf_readFiles(gchar * fsname );