X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-pixbuf-cache.h;h=4ab0fce062326fa7f295989fc0dd0f0de89e0420;hb=3d3c4a5a08f1b8b536542735110c1376fb3e30bf;hp=5e48f2845c10f848fa75ab7e2374b3c1fcbed491;hpb=68d0fc3c59185065d9694ba3f8cb2665b984eb9f;p=evince.git diff --git a/libview/ev-pixbuf-cache.h b/libview/ev-pixbuf-cache.h index 5e48f284..4ab0fce0 100644 --- a/libview/ev-pixbuf-cache.h +++ b/libview/ev-pixbuf-cache.h @@ -21,13 +21,16 @@ * ev-view.c from exploding. */ +#if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION) +#error "Only can be included directly." +#endif + #ifndef __EV_PIXBUF_CACHE_H__ #define __EV_PIXBUF_CACHE_H__ #include -#include "ev-document.h" -#include "ev-selection.h" +#include G_BEGIN_DECLS @@ -69,6 +72,8 @@ GdkRegion *ev_pixbuf_cache_get_text_mapping (EvPixbufCache *pixbuf_cache gint page); GList *ev_pixbuf_cache_get_form_field_mapping (EvPixbufCache *pixbuf_cache, gint page); +GList *ev_pixbuf_cache_get_annots_mapping (EvPixbufCache *pixbuf_cache, + gint page); void ev_pixbuf_cache_clear (EvPixbufCache *pixbuf_cache); void ev_pixbuf_cache_style_changed (EvPixbufCache *pixbuf_cache); void ev_pixbuf_cache_reload_page (EvPixbufCache *pixbuf_cache,