comparison src/view_file_icon.h @ 637:8a1202efa51e

Add some wrapper functions for not yet common code.
author zas_
date Mon, 12 May 2008 00:22:38 +0000
parents 92208e71673b
children 542bb47fef04
comparison
equal deleted inserted replaced
636:2ea7af1fbfe0 637:8a1202efa51e
26 gint vficon_refresh(ViewFile *vf); 26 gint vficon_refresh(ViewFile *vf);
27 27
28 void vficon_sort_set(ViewFile *vf, SortType type, gint ascend); 28 void vficon_sort_set(ViewFile *vf, SortType type, gint ascend);
29 29
30 GList *vficon_pop_menu_file_list(ViewFile *vf); 30 GList *vficon_pop_menu_file_list(ViewFile *vf);
31 31 void vficon_pop_menu_view_cb(GtkWidget *widget, gpointer data);
32 void vficon_pop_menu_rename_cb(GtkWidget *widget, gpointer data);
33 void vficon_pop_menu_refresh_cb(GtkWidget *widget, gpointer data);
34 void vficon_popup_destroy_cb(GtkWidget *widget, gpointer data);
32 35
33 FileData *vficon_index_get_data(ViewFile *vf, gint row); 36 FileData *vficon_index_get_data(ViewFile *vf, gint row);
34 gint vficon_index_by_path(ViewFile *vf, const gchar *path); 37 gint vficon_index_by_path(ViewFile *vf, const gchar *path);
35 gint vficon_index_by_fd(ViewFile *vf, FileData *in_fd); 38 gint vficon_index_by_fd(ViewFile *vf, FileData *in_fd);
36 gint vficon_count(ViewFile *vf, gint64 *bytes); 39 gint vficon_count(ViewFile *vf, gint64 *bytes);