comparison src/view_file.h @ 632:6e9413e92be5

Drop unused layout_list_get_path() and vf*_index_get_path().
author zas_
date Sun, 11 May 2008 20:38:21 +0000
parents 93c6dc4c537b
children fe700864cb5a
comparison
equal deleted inserted replaced
631:026f8f97361c 632:6e9413e92be5
27 void vf_thumb_set(ViewFile *vf, gint enable); 27 void vf_thumb_set(ViewFile *vf, gint enable);
28 void vf_marks_set(ViewFile *vf, gint enable); 28 void vf_marks_set(ViewFile *vf, gint enable);
29 void vf_sort_set(ViewFile *vf, SortType type, gint ascend); 29 void vf_sort_set(ViewFile *vf, SortType type, gint ascend);
30 30
31 FileData *vf_index_get_data(ViewFile *vf, gint row); 31 FileData *vf_index_get_data(ViewFile *vf, gint row);
32 gchar *vf_index_get_path(ViewFile *vf, gint row);
33 gint vf_index_by_path(ViewFile *vf, const gchar *path); 32 gint vf_index_by_path(ViewFile *vf, const gchar *path);
34 gint vf_index_by_fd(ViewFile *vf, FileData *in_fd); 33 gint vf_index_by_fd(ViewFile *vf, FileData *in_fd);
35 gint vf_count(ViewFile *vf, gint64 *bytes); 34 gint vf_count(ViewFile *vf, gint64 *bytes);
36 GList *vf_get_list(ViewFile *vf); 35 GList *vf_get_list(ViewFile *vf);
37 36