diff src/view_file_icon.h @ 783:d6a7fb4b8e7c

replaced directory path with FileData* dir_fd
author nadvornik
date Tue, 03 Jun 2008 19:44:19 +0000
parents a7289f9e8d29
children a2209b1f769d
line wrap: on
line diff
--- a/src/view_file_icon.h	Tue Jun 03 15:54:05 2008 +0000
+++ b/src/view_file_icon.h	Tue Jun 03 19:44:19 2008 +0000
@@ -20,9 +20,9 @@
 void vficon_dnd_init(ViewFile *vf);
 
 void vficon_destroy_cb(GtkWidget *widget, gpointer data);
-ViewFile *vficon_new(ViewFile *vf, const gchar *path);
+ViewFile *vficon_new(ViewFile *vf, FileData *dir_fd);
 
-gint vficon_set_path(ViewFile *vf, const gchar *path);
+gint vficon_set_fd(ViewFile *vf, FileData *dir_fd);
 gint vficon_refresh(ViewFile *vf);
 
 void vficon_sort_set(ViewFile *vf, SortType type, gint ascend);