Author: post Date: 2010-03-28 18:36:33 +0200 (Sun, 28 Mar 2010) New Revision: 3273
Modified: trunk/src/rs-store.h Log: Add header comment. Modified: trunk/src/rs-store.h =================================================================== --- trunk/src/rs-store.h 2010-03-28 15:42:29 UTC (rev 3272) +++ trunk/src/rs-store.h 2010-03-28 16:36:33 UTC (rev 3273) @@ -220,6 +220,12 @@ extern void rs_store_group_ungroup_name(RSStore *store, const gchar *filename); +/** + * Add a single image to the image store. + * Add an image with NULL as filename to update the iconview + * @param store A RSStore + * @param fullname Full filename including path to the file. + */ extern void rs_store_load_file(RSStore *store, gchar *fullname); _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
