From ab283d39889e28a6802cbec299db6a6792aebe5a Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Mon, 1 Nov 2021 04:40:58 +0100 Subject: Split out fastiv-io.h, move media types list --- fastiv-view.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fastiv-view.h') 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); -- cgit v1.2.3-54-g00ecf