comparison src/view_file_icon.h @ 558:17d4ef9785c0

Remove redundant prototype.
author zas_
date Sat, 03 May 2008 12:21:22 +0000
parents 48c8e49b571c
children 2996f1bbc305
comparison
equal deleted inserted replaced
557:d8d61dc4ff52 558:17d4ef9785c0
14 #define VIEW_FILE_ICON_H 14 #define VIEW_FILE_ICON_H
15 15
16 16
17 ViewFileIcon *vficon_new(const gchar *path); 17 ViewFileIcon *vficon_new(const gchar *path);
18 18
19 gint vficon_set_path(ViewFileIcon *vfi, const gchar *path);
20 void vficon_set_status_func(ViewFileIcon *vfi, 19 void vficon_set_status_func(ViewFileIcon *vfi,
21 void (*func)(ViewFileIcon *vfi, gpointer data), gpointer data); 20 void (*func)(ViewFileIcon *vfi, gpointer data), gpointer data);
22 void vficon_set_thumb_status_func(ViewFileIcon *vfi, 21 void vficon_set_thumb_status_func(ViewFileIcon *vfi,
23 void (*func)(ViewFileIcon *vfi, gdouble val, const gchar *text, gpointer data), 22 void (*func)(ViewFileIcon *vfi, gdouble val, const gchar *text, gpointer data),
24 gpointer data); 23 gpointer data);