comparison 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
comparison
equal deleted inserted replaced
782:3f7a0420c293 783:d6a7fb4b8e7c
21 gint vflist_release_cb(GtkWidget *widget, GdkEventButton *bevent, gpointer data); 21 gint vflist_release_cb(GtkWidget *widget, GdkEventButton *bevent, gpointer data);
22 22
23 void vflist_dnd_init(ViewFile *vf); 23 void vflist_dnd_init(ViewFile *vf);
24 24
25 void vflist_destroy_cb(GtkWidget *widget, gpointer data); 25 void vflist_destroy_cb(GtkWidget *widget, gpointer data);
26 ViewFile *vflist_new(ViewFile *vf, const gchar *path); 26 ViewFile *vflist_new(ViewFile *vf, FileData *dir_fd);
27 27
28 gint vflist_set_path(ViewFile *vf, const gchar *path); 28 gint vflist_set_fd(ViewFile *vf, FileData *dir_fd);
29 gint vflist_refresh(ViewFile *vf); 29 gint vflist_refresh(ViewFile *vf);
30 30
31 void vflist_thumb_set(ViewFile *vf, gint enable); 31 void vflist_thumb_set(ViewFile *vf, gint enable);
32 void vflist_marks_set(ViewFile *vf, gint enable); 32 void vflist_marks_set(ViewFile *vf, gint enable);
33 void vflist_sort_set(ViewFile *vf, SortType type, gint ascend); 33 void vflist_sort_set(ViewFile *vf, SortType type, gint ascend);