summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorJoanmarie Diggs <[email protected]>2014-06-23 08:29:49 -0400
committerraveit65 <[email protected]>2017-08-28 16:04:00 +0200
commitff45d7270749a05814799a56b1626516433ece49 (patch)
treeac5d3aa2ba977c1101308bb141d4ef627face039 /libview/ev-view-private.h
parent0ff0828b0dfa9c70597382421f1ca3a3dd5ff260 (diff)
downloadatril-ff45d7270749a05814799a56b1626516433ece49.tar.bz2
atril-ff45d7270749a05814799a56b1626516433ece49.tar.xz
libview: Rename ev_view_set_focused_element and make it public
internally This will be needed in order to implement atk_component_grab_focus https://bugzilla.gnome.org/show_bug.cgi?id=728475 origin commit: https://git.gnome.org/browse/evince/commit/?id=617dc0c
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 7c8d14e8..4711e8f9 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -269,5 +269,9 @@ void _ev_view_transform_doc_rect_to_view_rect (EvView *view,
EvRectangle *doc_rect,
GdkRectangle *view_rect);
+void _ev_view_set_focused_element (EvView *view,
+ EvMapping *element_mapping,
+ gint page);
+
#endif /* __EV_VIEW_PRIVATE_H__ */