diff src/view_file_list.h @ 783:d6a7fb4b8e7c

replaced directory path with FileData* dir_fd
author nadvornik
date Tue, 03 Jun 2008 19:44:19 +0000
parents a7289f9e8d29
children 16b3a5c8aedc
line wrap: on
line diff
--- a/src/view_file_list.h	Tue Jun 03 15:54:05 2008 +0000
+++ b/src/view_file_list.h	Tue Jun 03 19:44:19 2008 +0000
@@ -23,9 +23,9 @@
 void vflist_dnd_init(ViewFile *vf);
 
 void vflist_destroy_cb(GtkWidget *widget, gpointer data);
-ViewFile *vflist_new(ViewFile *vf, const gchar *path);
+ViewFile *vflist_new(ViewFile *vf, FileData *dir_fd);
 
-gint vflist_set_path(ViewFile *vf, const gchar *path);
+gint vflist_set_fd(ViewFile *vf, FileData *dir_fd);
 gint vflist_refresh(ViewFile *vf);
 
 void vflist_thumb_set(ViewFile *vf, gint enable);