diff options
Diffstat (limited to 'fastiv-view.h')
-rw-r--r-- | fastiv-view.h | 3 |
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); |