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:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-01-28 22:04:14 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-01-28 22:04:14 (GMT)
commitb8f97c954e2e3c9b40f46dc55f3727cb7b35137c (patch)
tree120915c452b1d58cb50dbbc28503665c6b69a72c /shell/ev-view.h
parent8c53a52d2cf88d095bccbff7ea927100e082c537 (diff)
Correctly handle named destination links
2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link): * shell/ev-view.h: * shell/ev-window.c: (ev_window_add_history): Correctly handle named destination links svn path=/trunk/; revision=2269
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 77a4ba3..e9b8afa 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -143,6 +143,7 @@ void ev_view_handle_link (EvView *view,
EvLink *link);
gboolean ev_view_next_page (EvView *view);
gboolean ev_view_previous_page (EvView *view);
+gchar* ev_view_page_label_from_dest (EvView *view, EvLinkDest *dest);
G_END_DECLS