X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-page-cache.h;h=d0ee00216c2f675637bf4569915fc3a4502f1172;hb=8370e4fa6c0a90a4d10294e3a74ed87d90b8db94;hp=6d8955e8454bb8bff347887e73fa3182d0066b5d;hpb=00a3581bfaaf0d5f825820c68b515415fe510b66;p=evince.git diff --git a/shell/ev-page-cache.h b/shell/ev-page-cache.h index 6d8955e8..d0ee0021 100644 --- a/shell/ev-page-cache.h +++ b/shell/ev-page-cache.h @@ -60,15 +60,20 @@ char *ev_page_cache_get_page_label (EvPageCache *page_cache, gboolean ev_page_cache_has_nonnumeric_page_labels (EvPageCache *page_cache); const EvDocumentInfo *ev_page_cache_get_info (EvPageCache *page_cache); +gboolean ev_page_cache_get_dual_even_left (EvPageCache *page_cache); + /* Navigation */ gint ev_page_cache_get_current_page (EvPageCache *page_cache); void ev_page_cache_set_current_page (EvPageCache *page_cache, int page); +void ev_page_cache_set_current_page_history (EvPageCache *page_cache, + int page); gboolean ev_page_cache_set_page_label (EvPageCache *page_cache, const char *page_label); EvPageCache *ev_page_cache_get (EvDocument *document); + G_END_DECLS #endif /* __EV_PAGE_CACHE_H__ */