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, 4 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 2849918..a72ed6b 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -61,6 +61,10 @@ void ev_view_normal_size (EvView *view);
void ev_view_best_fit (EvView *view);
void ev_view_fit_width (EvView *view);
+/* Find */
+void ev_view_find_next (EvView *view);
+void ev_view_find_previous (EvView *view);
+
/* Status */
const char *ev_view_get_status (EvView *view);
const char *ev_view_get_find_status (EvView *view);