AppImage - update web page
[geeqie.git] / src / collect.h
index 4475ad9..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
@@ -89,5 +91,7 @@ gboolean collection_window_modified_exists(void);
 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: */