diff src/collect.h @ 2582:03014a1eb7e7

Right-click menus - collections On all relevent right-click menus include a sub-menu to store an image selection to either a new or existing collection. On Collection window right-click menu, remove "Append from file list" - that can be achieved with "Append from file selection"
author Colin Clark <colin.clark@cclark.uk>
date Fri, 18 Aug 2017 14:25:36 +0100
parents 95507e596256
children 8b1c451c8ff2
line wrap: on
line diff
--- a/src/collect.h	Wed Aug 16 09:42:42 2017 +0100
+++ b/src/collect.h	Fri Aug 18 14:25:36 2017 +0100
@@ -86,6 +86,7 @@
 CollectWindow *collection_window_find_by_path(const gchar *path);
 gboolean collection_window_modified_exists(void);
 
-
+gboolean is_collection(gchar *param);
+gchar *collection_path(gchar *param);
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */