Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-01-03 17:14:19 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-01-03 20:14:12 (GMT)
commit5e7facafcce547222476061e8a160090356e99aa (patch)
tree78cce65532ef2e83aa8c5311054373da5374e9b7 /libview/ev-view.h
parent7f15b7560b77f79c2f171d202cf46b7acb42adf3 (diff)
[libview] Remove ev_view_page_label_from_dest()
It shouldn't be a view method since it depends on the document rather than the view and it's been replaced by ev_document_links_get_dest_page_label()
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r--libview/ev-view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index c63ad33..1359172 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -97,7 +97,6 @@ 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);
void ev_view_autoscroll_start (EvView *view);
void ev_view_autoscroll_stop (EvView *view);