From 086dd66aa9c3cc333304579330b6e773e9c5071f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 5 Aug 2022 11:33:23 +0200 Subject: Add the information dialog to context menus Images don't need to be open for ExifTool to work. This also enables inspecting unsupported files, such as video. --- fiv-context-menu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fiv-context-menu.h') diff --git a/fiv-context-menu.h b/fiv-context-menu.h index a226d0a..8da58c1 100644 --- a/fiv-context-menu.h +++ b/fiv-context-menu.h @@ -17,4 +17,5 @@ #include +void fiv_context_menu_information(GtkWindow *parent, const char *uri); GtkMenu *fiv_context_menu_new(GtkWidget *widget, GFile *file); -- cgit v1.2.3