From 380ddd540bd93850e4df254200cba5b1fdf05cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 30 Dec 2021 21:47:28 +0100 Subject: Convert all loading to use GFile Now we're able to make use of GVfs, with some caveats. --- fiv-view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fiv-view.h') diff --git a/fiv-view.h b/fiv-view.h index 03db6bd..c487d91 100644 --- a/fiv-view.h +++ b/fiv-view.h @@ -23,7 +23,7 @@ G_DECLARE_FINAL_TYPE(FivView, fiv_view, FIV, VIEW, GtkWidget) /// Try to open the given file, synchronously, to be displayed by the widget. -gboolean fiv_view_open(FivView *self, const gchar *path, GError **error); +gboolean fiv_view_open(FivView *self, const gchar *uri, GError **error); typedef enum _FivViewCommand { FIV_VIEW_COMMAND_ROTATE_LEFT = 1, -- cgit v1.2.3