summaryrefslogtreecommitdiff
path: root/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks.h')
-rw-r--r--callbacks.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/callbacks.h b/callbacks.h
index 120e7488..a21112f5 100644
--- a/callbacks.h
+++ b/callbacks.h
@@ -537,3 +537,8 @@ on_playhscroll_value_changed (GtkRange *range,
void
on_searchhscroll_value_changed (GtkRange *range,
gpointer user_data);
+
+gboolean
+on_helpwindow_key_press_event (GtkWidget *widget,
+ GdkEventKey *event,
+ gpointer user_data);