diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-09 08:31:03 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-09 13:22:11 +0200 |
commit | 4e11970a7eb852010fe609ef155d580ae415e54c (patch) | |
tree | 797334392d9414f21a92c1f520935d65047ee5be /fiv-thumbnail.h | |
parent | ae0b5506abf8608905f92aa61d2f2424ed2cf119 (diff) | |
download | fiv-4e11970a7eb852010fe609ef155d580ae415e54c.tar.gz fiv-4e11970a7eb852010fe609ef155d580ae415e54c.tar.xz fiv-4e11970a7eb852010fe609ef155d580ae415e54c.zip |
Do produce thumbnails of thumbnails, but in memory
Diffstat (limited to 'fiv-thumbnail.h')
-rw-r--r-- | fiv-thumbnail.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fiv-thumbnail.h b/fiv-thumbnail.h index d12765a..7f3360a 100644 --- a/fiv-thumbnail.h +++ b/fiv-thumbnail.h @@ -52,9 +52,6 @@ extern FivThumbnailSizeInfo fiv_thumbnail_sizes[FIV_THUMBNAIL_SIZE_COUNT]; /// If non-NULL, indicates a thumbnail of insufficient quality. extern cairo_user_data_key_t fiv_thumbnail_key_lq; -/// Returns this user's root thumbnail directory. -gchar *fiv_thumbnail_get_root(void); - /// Attempts to extract any low-quality thumbnail from fast targets. /// If `max_size` is a valid value, the image will be downscaled as appropriate. cairo_surface_t *fiv_thumbnail_extract( |