comparison src/view_file.h @ 1055:1646720364cf

Adding a vim modeline to all files - patch by Klaus Ethgen
author nadvornik
date Tue, 07 Oct 2008 18:20:22 +0000
parents 065a129fd42b
children 8b89e3ff286b
comparison
equal deleted inserted replaced
1054:9157291b79a4 1055:1646720364cf
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); 64 void vf_refresh_idle_cancel(ViewFile *vf);
65 void vf_notify_cb(FileData *fd, NotifyType type, gpointer data); 65 void vf_notify_cb(FileData *fd, NotifyType type, gpointer data);
66 #endif /* VIEW_FILE_H */ 66 #endif /* VIEW_FILE_H */
67 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */