Include a Other Software section in Help file
[geeqie.git] / src / thumb_standard.h
index 2b5c934..b6741d7 100644 (file)
@@ -24,7 +24,7 @@
 
 
 #if GLIB_CHECK_VERSION (2, 34, 0)
-#define THUMB_FOLDER_GLOBAL ".cache/thumbnails"
+#define THUMB_FOLDER_GLOBAL "thumbnails"
 #else
 #define THUMB_FOLDER_GLOBAL ".thumbnails"
 #endif
@@ -85,8 +85,11 @@ void thumb_loader_std_free(ThumbLoaderStd *tl);
 
 GdkPixbuf *thumb_loader_std_get_pixbuf(ThumbLoaderStd *tl);
 
+void thumb_loader_std_calibrate_pixbuf(FileData *fd, GdkPixbuf *pixbuf);
 
-/* validates a non local thumbnail file,
+/**
+ * @headerfile thumb_loader_std_thumb_file_validate
+ * validates a non local thumbnail file,
  * calling func_valid with the information when app is idle
  * for thumbnail's without a file: uri, validates against allowed_age in days
  */