aboutsummaryrefslogtreecommitdiff
path: root/fiv-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-view.h')
-rw-r--r--fiv-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fiv-view.h b/fiv-view.h
index 7df00e0..c2d8b8b 100644
--- a/fiv-view.h
+++ b/fiv-view.h
@@ -24,7 +24,7 @@ G_DECLARE_FINAL_TYPE(FivView, fiv_view, FIV, VIEW, GtkWidget)
/// Try to open the given file, synchronously, to be displayed by the widget.
/// The current image is cleared on failure.
-gboolean fiv_view_set_uri(FivView *self, const gchar *uri);
+gboolean fiv_view_set_uri(FivView *self, const char *uri);
// And this is how you avoid glib-mkenums.
typedef enum _FivViewCommand {