summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-18 22:39:57 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-18 22:39:57 +0100
commita848c17ed3d206223ad94be9ee0b9ff477d9820c (patch)
tree9564d4803ddecaf03ec955afeb917addf078789d /plugins/gtkui/actionhandlers.h
parentdaad4ed47ad2a21b46d19829c8627eeaf24fe82a (diff)
gtkui: added toggle menu hotkey
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 fbe2b5ca..5ed9520a 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -144,4 +144,10 @@ action_save_playlist_handler_cb (void *data);
int
action_save_playlist_handler (DB_plugin_action_t *act, int ctx);
+gboolean
+action_toggle_menu_handler_cb (void *data);
+
+int
+action_toggle_menu_handler (DB_plugin_action_t *act, int ctx);
+
#endif