comparison src/view_file_list.h @ 150:976fba0add7c

more operations with file marks
author nadvornik
date Sun, 25 Nov 2007 10:25:25 +0000
parents 71e1ebee420e
children 08ab6367b4e6
comparison
equal deleted inserted replaced
149:f0c79a514c06 150:976fba0add7c
47 void vflist_select_all(ViewFileList *vfl); 47 void vflist_select_all(ViewFileList *vfl);
48 void vflist_select_none(ViewFileList *vfl); 48 void vflist_select_none(ViewFileList *vfl);
49 void vflist_select_by_path(ViewFileList *vfl, const gchar *path); 49 void vflist_select_by_path(ViewFileList *vfl, const gchar *path);
50 void vflist_select_by_fd(ViewFileList *vfl, FileData *fd); 50 void vflist_select_by_fd(ViewFileList *vfl, FileData *fd);
51 51
52 void vflist_select_marked(ViewFileList *vfl, gint mark);
53 void vflist_mark_selected(ViewFileList *vfl, gint mark, gint value);
52 54
53 gint vflist_maint_renamed(ViewFileList *vfl, FileData *fd); 55 gint vflist_maint_renamed(ViewFileList *vfl, FileData *fd);
54 gint vflist_maint_removed(ViewFileList *vfl, FileData *fd, GList *ignore_list); 56 gint vflist_maint_removed(ViewFileList *vfl, FileData *fd, GList *ignore_list);
55 gint vflist_maint_moved(ViewFileList *vfl, FileData *fd, GList *ignore_list); 57 gint vflist_maint_moved(ViewFileList *vfl, FileData *fd, GList *ignore_list);
56 58