Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-navigation-action.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-navigation-action.h')
-rw-r--r--shell/ev-navigation-action.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/ev-navigation-action.h b/shell/ev-navigation-action.h
index 8bb7943..fe9b9d7 100644
--- a/shell/ev-navigation-action.h
+++ b/shell/ev-navigation-action.h
@@ -24,6 +24,8 @@
#include <gtk/gtkaction.h>
+#include "ev-history.h"
+
G_BEGIN_DECLS
#define EV_TYPE_NAVIGATION_ACTION (ev_navigation_action_get_type ())
@@ -56,7 +58,9 @@ struct _EvNavigationActionClass
GtkActionClass parent_class;
};
-GType ev_navigation_action_get_type (void);
+GType ev_navigation_action_get_type (void);
+void ev_navigation_action_set_history (EvNavigationAction *action,
+ EvHistory *history);
G_END_DECLS