summaryrefslogtreecommitdiff
path: root/src/eom-list-store.h
diff options
context:
space:
mode:
authorPeteHemery <[email protected]>2025-06-20 08:03:56 +0100
committerGitHub <[email protected]>2025-06-20 07:03:56 +0000
commitbe3bbcc4144c69d0f65ab07aeb3e4e69e74d12a9 (patch)
treebb75c214c099c8e601ad080d4ab9efe4d83c7bec /src/eom-list-store.h
parent891c063168f0d794228fd8069deca1f513453c4f (diff)
downloadeom-be3bbcc4144c69d0f65ab07aeb3e4e69e74d12a9.tar.bz2
eom-be3bbcc4144c69d0f65ab07aeb3e4e69e74d12a9.tar.xz
Add 'preserve-order' flag to allow viewing order specified on cmd line (#354)
Diffstat (limited to 'src/eom-list-store.h')
-rw-r--r--src/eom-list-store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eom-list-store.h b/src/eom-list-store.h
index 6536b10..bc5052b 100644
--- a/src/eom-list-store.h
+++ b/src/eom-list-store.h
@@ -81,7 +81,8 @@ void eom_list_store_append_image (EomListStore *store,
EomImage *image);
void eom_list_store_add_files (EomListStore *store,
- GList *file_list);
+ GList *file_list,
+ gboolean preserve_order);
void eom_list_store_remove_image (EomListStore *store,
EomImage *image);