From a28fbf25bcec03ae8cb8e6b22537883f78541d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 20 Feb 2022 13:13:49 +0100 Subject: Implement wide thumbnail cache invalidation --- fiv-thumbnail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fiv-thumbnail.h') diff --git a/fiv-thumbnail.h b/fiv-thumbnail.h index 208ccac..8d7dfa0 100644 --- a/fiv-thumbnail.h +++ b/fiv-thumbnail.h @@ -62,3 +62,6 @@ gboolean fiv_thumbnail_produce( /// Retrieves a thumbnail of the most appropriate quality and resolution /// for the target file. cairo_surface_t *fiv_thumbnail_lookup(GFile *target, FivThumbnailSize size); + +/// Invalidate the wide thumbnail cache. May write to standard streams. +void fiv_thumbnail_invalidate(void); -- cgit v1.2.3