aboutsummaryrefslogtreecommitdiff
path: root/fiv-context-menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-context-menu.h')
-rw-r--r--fiv-context-menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fiv-context-menu.h b/fiv-context-menu.h
index 8da58c1..34374aa 100644
--- a/fiv-context-menu.h
+++ b/fiv-context-menu.h
@@ -1,7 +1,7 @@
//
// fiv-context-menu.h: popup menu
//
-// Copyright (c) 2022, Přemysl Eric Janouch <p@janouch.name>
+// Copyright (c) 2022 - 2024, Přemysl Eric Janouch <p@janouch.name>
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted.
@@ -18,4 +18,5 @@
#include <gtk/gtk.h>
void fiv_context_menu_information(GtkWindow *parent, const char *uri);
+void fiv_context_menu_remove(GtkWindow *parent, GFile *file);
GtkMenu *fiv_context_menu_new(GtkWidget *widget, GFile *file);