summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index ac2ec7f3e..e844b8c90 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -77,6 +77,7 @@ struct _TotemObject {
BaconVideoWidget *bvw;
GtkWidget *prefs;
GtkBuilder *prefs_xml;
+ GtkWindow *shortcuts_win;
GtkWidget *grilo;
@@ -171,6 +172,7 @@ void totem_object_open_location (Totem *totem);
void totem_object_eject (Totem *totem);
void totem_object_set_zoom (Totem *totem, gboolean zoom);
void totem_object_show_help (Totem *totem);
+void totem_object_show_keyboard_shortcuts (Totem *totem);
void totem_object_show_properties (Totem *totem);
void totem_object_set_mrl (TotemObject *totem,
const char *mrl,