aboutsummaryrefslogtreecommitdiff
path: root/fastiv-view.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-17 15:38:27 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-20 18:56:18 +0200
commitde9e91e9a509d4e14f845f255c7f8331d35b45b1 (patch)
tree244036c49c246942a66d32283296a7050f70920d /fastiv-view.h
parentdff4e316bb85b85216699e6fe0c98539aeb42a49 (diff)
downloadfiv-de9e91e9a509d4e14f845f255c7f8331d35b45b1.tar.gz
fiv-de9e91e9a509d4e14f845f255c7f8331d35b45b1.tar.xz
fiv-de9e91e9a509d4e14f845f255c7f8331d35b45b1.zip
Add a prototype of a directory view widget
Diffstat (limited to 'fastiv-view.h')
-rw-r--r--fastiv-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fastiv-view.h b/fastiv-view.h
index d9cfdba..edc99d4 100644
--- a/fastiv-view.h
+++ b/fastiv-view.h
@@ -19,7 +19,7 @@
#include <gtk/gtk.h>
-#define FASTIV_TYPE_VIEW (fastiv_view_get_type ())
+#define FASTIV_TYPE_VIEW (fastiv_view_get_type())
G_DECLARE_FINAL_TYPE(FastivView, fastiv_view, FASTIV, VIEW, GtkWidget)
/// Try to open the given file, synchronously, to be displayed by the widget.
@@ -27,3 +27,4 @@ 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);