aboutsummaryrefslogtreecommitdiff
path: root/fastiv-view.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-09-20 00:30:20 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-09-20 00:32:25 +0200
commite4d1e50c4ab405cecf9da1b5abfd8e0c92d5baef (patch)
tree18bcf461ada179989358a48cf66d1e48d9a552c1 /fastiv-view.h
parentc8d408b42890c79b57c93eb7ecdf7b7fd2a271ea (diff)
downloadfiv-e4d1e50c4ab405cecf9da1b5abfd8e0c92d5baef.tar.gz
fiv-e4d1e50c4ab405cecf9da1b5abfd8e0c92d5baef.tar.xz
fiv-e4d1e50c4ab405cecf9da1b5abfd8e0c92d5baef.zip
Split out image loaders into fastiv-io.c
Diffstat (limited to 'fastiv-view.h')
-rw-r--r--fastiv-view.h3
1 files changed, 3 insertions, 0 deletions
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);