comparison src/collect.h @ 2916:ae6cdcd69d9f default tip

Merge with upstream/master.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 11:46:50 +0300
parents 8b1c451c8ff2
children
comparison
equal deleted inserted replaced
2874:550b482f7bd5 2916:ae6cdcd69d9f
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: */