diff src/filedata.h @ 2915:8536c3a680ea

Fix #664: Recursive slideshow does not respect file sorting https://github.com/BestImageViewer/geeqie/issues/664
author Colin Clark <colin.clark@cclark.uk>
date Mon, 08 Apr 2019 11:32:12 +0100
parents e6f95baec8b5
children
line wrap: on
line diff
--- a/src/filedata.h	Mon Apr 01 11:56:36 2019 +0100
+++ b/src/filedata.h	Mon Apr 08 11:32:12 2019 +0100
@@ -86,6 +86,7 @@
 
 GList *filelist_sort_path(GList *list);
 GList *filelist_recursive(FileData *dir_fd);
+GList *filelist_recursive_full(FileData *dir_fd, SortType method, gboolean ascend);
 
 typedef gboolean (* FileDataGetMarkFunc)(FileData *fd, gint n, gpointer data);
 typedef gboolean (* FileDataSetMarkFunc)(FileData *fd, gint n, gboolean value, gpointer data);