aboutsummaryrefslogtreecommitdiff
path: root/fiv-context-menu.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-08-05 11:33:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-08-05 11:38:12 +0200
commit086dd66aa9c3cc333304579330b6e773e9c5071f (patch)
treee94bc7b32ce75b955f6feb1a2a7598c2aeebe26c /fiv-context-menu.h
parent8c6fe0ad321a263ee56a3d6439d7b99630a1755c (diff)
downloadfiv-086dd66aa9c3cc333304579330b6e773e9c5071f.tar.gz
fiv-086dd66aa9c3cc333304579330b6e773e9c5071f.tar.xz
fiv-086dd66aa9c3cc333304579330b6e773e9c5071f.zip
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.
Diffstat (limited to 'fiv-context-menu.h')
-rw-r--r--fiv-context-menu.h1
1 files changed, 1 insertions, 0 deletions
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 <gtk/gtk.h>
+void fiv_context_menu_information(GtkWindow *parent, const char *uri);
GtkMenu *fiv_context_menu_new(GtkWidget *widget, GFile *file);