comparison src/collect.h @ 2878:8b1c451c8ff2

Additional remote commands --get-filelist:[<FOLDER>] Get list of files and class --get-filelist-recurse:[<FOLDER>] Get list of files and class recursive --get-collection:<COLLECTION> Get collection content --get-collection-list Get list of collections Changed command: --tell Print filename of current image [and Collection, if collection being displayed]
author Colin Clark <colin.clark@cclark.uk>
date Fri, 04 Jan 2019 13:44:58 +0000
parents 03014a1eb7e7
children
comparison
equal deleted inserted replaced
2877:92494a7432e9 2878:8b1c451c8ff2
84 void collection_window_close_by_collection(CollectionData *cd); 84 void collection_window_close_by_collection(CollectionData *cd);
85 CollectWindow *collection_window_find(CollectionData *cd); 85 CollectWindow *collection_window_find(CollectionData *cd);
86 CollectWindow *collection_window_find_by_path(const gchar *path); 86 CollectWindow *collection_window_find_by_path(const gchar *path);
87 gboolean collection_window_modified_exists(void); 87 gboolean collection_window_modified_exists(void);
88 88
89 gboolean is_collection(gchar *param); 89 gboolean is_collection(const gchar *param);
90 gchar *collection_path(gchar *param); 90 gchar *collection_path(const gchar *param);
91 void collection_contents(const gchar *name, GString **contents);
91 #endif 92 #endif
92 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 93 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */