diff src/view_file_list.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_list.h	Sun May 11 21:11:54 2008 +0000
+++ b/src/view_file_list.h	Sun May 11 23:09:39 2008 +0000
@@ -32,6 +32,8 @@
 void vflist_marks_set(ViewFile *vf, gint enable);
 void vflist_sort_set(ViewFile *vf, SortType type, gint ascend);
 
+GList *vflist_pop_menu_file_list(ViewFile *vf);
+
 FileData *vflist_index_get_data(ViewFile *vf, gint row);
 gint vflist_index_by_path(ViewFile *vf, const gchar *path);
 gint vflist_count(ViewFile *vf, gint64 *bytes);