summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-18 20:04:40 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-18 20:04:40 +0100
commitc0af023f30195806d07b735a027875eecf0c568d (patch)
tree1fb5262f23d3a3e4c0ac0e689bd2b4ef8d69f60d /plugins/gtkui/actionhandlers.h
parent10c19706ba4a538231cc81771fd815e55cde428f (diff)
gtkui: fixed dialog hanging issues, hotkeys WIP
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index 0ad928e1..03af45d2 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -102,4 +102,10 @@ action_show_help_handler (DB_plugin_action_t *act, int ctx);
int
action_remove_from_playlist_handler (DB_plugin_action_t *act, int ctx);
+gboolean
+action_delete_from_disk_handler_cb (void *data);
+
+int
+action_delete_from_disk_handler (DB_plugin_action_t *act, int ctx);
+
#endif