diff src/view_file_icon.h @ 634:92208e71673b

Introduce vf_pop_menu_file_list() as a wrapper to vflist_pop_menu_file_list() and vficon_pop_menu_file_list().
author zas_
date Sun, 11 May 2008 23:09:39 +0000
parents 6e9413e92be5
children 8a1202efa51e
line wrap: on
line diff
--- a/src/view_file_icon.h	Sun May 11 21:11:54 2008 +0000
+++ b/src/view_file_icon.h	Sun May 11 23:09:39 2008 +0000
@@ -27,6 +27,9 @@
 
 void vficon_sort_set(ViewFile *vf, SortType type, gint ascend);
 
+GList *vficon_pop_menu_file_list(ViewFile *vf);
+
+
 FileData *vficon_index_get_data(ViewFile *vf, gint row);
 gint vficon_index_by_path(ViewFile *vf, const gchar *path);
 gint vficon_index_by_fd(ViewFile *vf, FileData *in_fd);