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-06-28 09:43:06 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-06-28 09:43:06 (GMT)
commit065ca13c80f87bdf729f906d0c6c47b0b55a4fb1 (patch)
tree2980c90041cd469058f01c3123167014df8534ed /libview/ev-view.h
parent2de1a33a123dea2aa16154e5beec5b3a57c939fc (diff)
[libview] Add support for synctex in EvView
- A signal with a source link is emitted on CTRL + click - A new public method has been added to highlight the view rectangle corresponding to a source link
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r--libview/ev-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index 307793a..d4ee577 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -79,6 +79,10 @@ void ev_view_find_changed (EvView *view,
gint page);
void ev_view_find_cancel (EvView *view);
+/* Synctex */
+void ev_view_highlight_forward_search (EvView *view,
+ EvSourceLink *link);
+
/* Cursor */
void ev_view_hide_cursor (EvView *view);
void ev_view_show_cursor (EvView *view);