diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-27 02:33:28 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-27 02:34:24 +0100 |
commit | 085f2d7eef0d77e06977d095927789bf948538a4 (patch) | |
tree | ba38258f577146505a7ec6850ddd0bbcaac95b5b /fastiv-io.h | |
parent | b97ac26cfb97377a2416f854fb07b12441d39c0b (diff) | |
download | fiv-085f2d7eef0d77e06977d095927789bf948538a4.tar.gz fiv-085f2d7eef0d77e06977d095927789bf948538a4.tar.xz fiv-085f2d7eef0d77e06977d095927789bf948538a4.zip |
Use GFile a bit more
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); |