diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-01-26 15:45:59 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-01-26 16:37:29 +0100 |
commit | 935506b120170af249d63b11311fd44163838a12 (patch) | |
tree | 354f71ae9910e5e39d0ecc9ef753cdf9cf17fdec /fiv-context-menu.h | |
parent | 84269b2ba21b2f996f5081ea3603457b0a699513 (diff) | |
download | fiv-935506b120170af249d63b11311fd44163838a12.tar.gz fiv-935506b120170af249d63b11311fd44163838a12.tar.xz fiv-935506b120170af249d63b11311fd44163838a12.zip |
Make the Delete key move files to trash in browser
Diffstat (limited to 'fiv-context-menu.h')
-rw-r--r-- | fiv-context-menu.h | 3 |
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); |