comparison src/view_file.h @ 1606:74a7f9ea32a1

Merge common thumb code from view_file_list and view_file_icon to view_file.
author zas_
date Thu, 14 May 2009 20:32:14 +0000
parents d352a44545a6
children 1f3bf4a631df
comparison
equal deleted inserted replaced
1605:1e85af235201 1606:74a7f9ea32a1
59 59
60 void vf_refresh_idle_cancel(ViewFile *vf); 60 void vf_refresh_idle_cancel(ViewFile *vf);
61 void vf_notify_cb(FileData *fd, NotifyType type, gpointer data); 61 void vf_notify_cb(FileData *fd, NotifyType type, gpointer data);
62 62
63 void vf_thumb_update(ViewFile *vf); 63 void vf_thumb_update(ViewFile *vf);
64 void vf_thumb_cleanup(ViewFile *vf);
65 void vf_thumb_stop(ViewFile *vf);
64 66
65 #endif /* VIEW_FILE_H */ 67 #endif /* VIEW_FILE_H */
66 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 68 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */