summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-23 23:29:38 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-23 23:29:38 +0100
commit9cfd3e731d9a8a43de1657a8f6fc54d72d0dbd5d (patch)
tree2b4efbdb19b1c6b13dc3b57eb14848b03bd504e5 /plugins/gtkui/actionhandlers.h
parent50861b90707678b0d06d31430f6bda7ba590febe (diff)
gtkui: added preferences window 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 6d549170..2c3c89cc 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -162,4 +162,10 @@ action_toggle_designmode_handler_cb (void *data);
int
action_toggle_designmode_handler (DB_plugin_action_t *act, int ctx);
+gboolean
+action_preferences_handler_cb (void *data);
+
+int
+action_preferences_handler (DB_plugin_action_t *act, int ctx);
+
#endif