Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 09ac1ee..ad60e70 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -118,9 +118,11 @@ const char *ev_view_get_find_status (EvView *view);
void ev_view_hide_cursor (EvView *view);
void ev_view_show_cursor (EvView *view);
-/* Scrolling */
+/* Navigation */
void ev_view_scroll (EvView *view,
EvScrollType scroll);
+void ev_view_goto_link (EvView *view,
+ EvLink *link);
G_END_DECLS