diff options
Diffstat (limited to 'fastiv-io.h')
-rw-r--r-- | fastiv-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv-io.h b/fastiv-io.h index 20fa4f6..fc12fa8 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -99,4 +99,4 @@ extern FastivIoThumbnailSizeInfo fastiv_io_thumbnail_sizes[FASTIV_IO_THUMBNAIL_SIZE_COUNT]; cairo_surface_t *fastiv_io_lookup_thumbnail( - const gchar *target, FastivIoThumbnailSize size); + GFile *target, FastivIoThumbnailSize size); |