comparison src/view_file.h @ 814:721c2bbaceec

moved notification to view_file.c
author nadvornik
date Mon, 09 Jun 2008 20:27:39 +0000
parents a2209b1f769d
children ba1d3c4bc0cd
comparison
equal deleted inserted replaced
813:7c12beef474a 814:721c2bbaceec
59 void vf_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode); 59 void vf_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode);
60 60
61 void vf_select_marked(ViewFile *vf, gint mark); 61 void vf_select_marked(ViewFile *vf, gint mark);
62 void vf_mark_selected(ViewFile *vf, gint mark, gint value); 62 void vf_mark_selected(ViewFile *vf, gint mark, gint value);
63 63
64 void vf_refresh_idle_cancel(ViewFile *vf);
65 void vf_notify_cb(FileData *fd, NotifyType type, gpointer data);
64 #endif /* VIEW_FILE_H */ 66 #endif /* VIEW_FILE_H */