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=0ad20e84aadcb0a6184f3875deb9612987984f74;hb=refs%2Ftags%2FEVINCE_0_5_5;hp=6d8955e8454bb8bff347887e73fa3182d0066b5d;hpb=00a3581bfaaf0d5f825820c68b515415fe510b66;p=evince.git diff --git a/shell/ev-page-cache.h b/shell/ev-page-cache.h index 6d8955e8..0ad20e84 100644 --- a/shell/ev-page-cache.h +++ b/shell/ev-page-cache.h @@ -60,6 +60,8 @@ 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, @@ -69,6 +71,7 @@ gboolean ev_page_cache_set_page_label (EvPageCache *page_cache, EvPageCache *ev_page_cache_get (EvDocument *document); + G_END_DECLS #endif /* __EV_PAGE_CACHE_H__ */