diff options
author | Alejandro PiƱeiro <[email protected]> | 2014-04-11 17:08:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-27 10:13:51 +0100 |
commit | 806e8143f1f4e46a2e46c1ebe8dd337740505685 (patch) | |
tree | 159066f13b00d28ce40e1bfc58d7e408a990644e /libview/ev-page-cache.h | |
parent | ce4c2292416969901af2c55735905fae5b7ed594 (diff) | |
download | atril-806e8143f1f4e46a2e46c1ebe8dd337740505685.tar.bz2 atril-806e8143f1f4e46a2e46c1ebe8dd337740505685.tar.xz |
a11y: ensure text cached when you request an EvPageAccessible
https://bugzilla.gnome.org/show_bug.cgi?id=724965
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=b5fc924
Diffstat (limited to 'libview/ev-page-cache.h')
-rw-r--r-- | libview/ev-page-cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h index a0e56af4..c0f5b82f 100644 --- a/libview/ev-page-cache.h +++ b/libview/ev-page-cache.h @@ -72,6 +72,8 @@ gboolean ev_page_cache_get_text_log_attrs (EvPageCache *cach gint page, PangoLogAttr **log_attrs, gulong *n_attrs); +void ev_page_cache_ensure_page (EvPageCache *cache, + gint page); G_END_DECLS #endif /* EV_PAGE_CACHE_H */ |