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 5feb0f7..2fdb38a 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -78,6 +78,10 @@ void ev_view_find_previous (EvView *view);
const char *ev_view_get_status (EvView *view);
const char *ev_view_get_find_status (EvView *view);
+/* Cursor */
+void ev_view_hide_cursor (EvView *view);
+void ev_view_show_cursor (EvView *view);
+
G_END_DECLS
#endif /* __EV_VIEW_H__ */