comparison src/view_file.h @ 633:fe700864cb5a

Use vf_* functions where possible.
author zas_
date Sun, 11 May 2008 21:11:54 +0000
parents 6e9413e92be5
children 92208e71673b
comparison
equal deleted inserted replaced
632:6e9413e92be5 633:fe700864cb5a
11 11
12 #ifndef VIEW_FILE_H 12 #ifndef VIEW_FILE_H
13 #define VIEW_FILE_H 13 #define VIEW_FILE_H
14 14
15 #define VIEW_FILE_TYPES_COUNT 2 15 #define VIEW_FILE_TYPES_COUNT 2
16
17 void vf_send_update(ViewFile *vf);
16 18
17 ViewFile *vf_new(FileViewType type, const gchar *path); 19 ViewFile *vf_new(FileViewType type, const gchar *path);
18 20
19 void vf_set_status_func(ViewFile *vf, void (*func)(ViewFile *vf, gpointer data), gpointer data); 21 void vf_set_status_func(ViewFile *vf, void (*func)(ViewFile *vf, gpointer data), gpointer data);
20 void vf_set_thumb_status_func(ViewFile *vf, void (*func)(ViewFile *vf, gdouble val, const gchar *text, gpointer data), gpointer data); 22 void vf_set_thumb_status_func(ViewFile *vf, void (*func)(ViewFile *vf, gdouble val, const gchar *text, gpointer data), gpointer data);