diff src/view_file_list.h @ 1724:5276dabe836f

consider sidecars in layout_image popup menu
author nadvornik
date Mon, 28 Sep 2009 09:57:06 +0000
parents 74a7f9ea32a1
children
line wrap: on
line diff
--- a/src/view_file_list.h	Sat Sep 26 08:47:28 2009 +0000
+++ b/src/view_file_list.h	Mon Sep 28 09:57:06 2009 +0000
@@ -32,6 +32,7 @@
 void vflist_marks_set(ViewFile *vf, gboolean enable);
 void vflist_sort_set(ViewFile *vf, SortType type, gboolean ascend);
 
+GList *vflist_selection_get_one(ViewFile *vf, FileData *fd);
 GList *vflist_pop_menu_file_list(ViewFile *vf);
 void vflist_pop_menu_view_cb(GtkWidget *widget, gpointer data);
 void vflist_pop_menu_rename_cb(GtkWidget *widget, gpointer data);