From e4d1e50c4ab405cecf9da1b5abfd8e0c92d5baef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 20 Sep 2021 00:30:20 +0200 Subject: Split out image loaders into fastiv-io.c --- fastiv-view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fastiv-view.h') diff --git a/fastiv-view.h b/fastiv-view.h index ed9260c..d9cfdba 100644 --- a/fastiv-view.h +++ b/fastiv-view.h @@ -24,3 +24,6 @@ G_DECLARE_FINAL_TYPE(FastivView, fastiv_view, FASTIV, VIEW, GtkWidget) /// Try to open the given file, synchronously, to be displayed by the widget. gboolean fastiv_view_open(FastivView *self, const gchar *path, GError **error); + +// Private, fastiv-io.c +cairo_surface_t *fastiv_io_open(const gchar *path, GError **error); -- cgit v1.2.3