From 1c57eef05ad73dadc3d647c973be9f37fde13a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 21 Nov 2021 21:05:45 +0100 Subject: Sort files in the browser as well --- fastiv-io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fastiv-io.h') diff --git a/fastiv-io.h b/fastiv-io.h index 5ee0f5b..d4fe58e 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -57,3 +57,5 @@ cairo_surface_t *fastiv_io_open_from_data( const char *data, size_t len, const gchar *path, GError **error); cairo_surface_t *fastiv_io_lookup_thumbnail( const gchar *target, FastivIoThumbnailSize size); + +int fastiv_io_filecmp(GFile *f1, GFile *f2); -- cgit v1.2.3