Update GitHub actions file
[geeqie.git] / src / collect.h
index 9d0ee38..871f0d0 100644 (file)
@@ -51,7 +51,9 @@ void collection_path_changed(CollectionData *cd);
 gint collection_to_number(CollectionData *cd);
 CollectionData *collection_from_number(gint n);
 
-/* pass a NULL pointer to whatever you don't need
+/**
+ * @headerfile collection_from_dnd_data
+ * pass a NULL pointer to whatever you don't need
  * use free_selected_list to free list, and
  * g_list_free to free info_list, which is a list of
  * CollectInfo pointers into CollectionData
@@ -86,7 +88,10 @@ CollectWindow *collection_window_find(CollectionData *cd);
 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);
+gboolean is_collection(const gchar *param);
+gchar *collection_path(const gchar *param);
+void collection_contents(const gchar *name, GString **contents);
+GList *collection_contents_fd(const gchar *name);
+
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */