aboutsummaryrefslogtreecommitdiff
path: root/fastiv-view.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-01 04:40:58 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-01 05:17:26 +0100
commitab283d39889e28a6802cbec299db6a6792aebe5a (patch)
tree3a2591a0d159b65fab8b9cba3b2b7d5dd68711e2 /fastiv-view.h
parent7ca53b031e5faeb875e7e2cf042f1941bf076bb1 (diff)
downloadfiv-ab283d39889e28a6802cbec299db6a6792aebe5a.tar.gz
fiv-ab283d39889e28a6802cbec299db6a6792aebe5a.tar.xz
fiv-ab283d39889e28a6802cbec299db6a6792aebe5a.zip
Split out fastiv-io.h, move media types list
Diffstat (limited to 'fastiv-view.h')
-rw-r--r--fastiv-view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fastiv-view.h b/fastiv-view.h
index edc99d4..024b3ac 100644
--- a/fastiv-view.h
+++ b/fastiv-view.h
@@ -24,7 +24,3 @@ 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);
-cairo_surface_t *fastiv_io_lookup_thumbnail(const gchar *target);