Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-pixbuf-cache.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:32:22 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-12 09:32:22 (GMT)
commitb3f6ded68bf84ff865dcdb648b2b84abb2a60ab1 (patch)
treeefc5166348ac0dec2ec0d19b9bffb219ca468bc6 /libview/ev-pixbuf-cache.h
parentbc8fd91eed538ddb9a3fdd3b7e05c9ac16a61c97 (diff)
[libview] Get annotations when rendering pages
Diffstat (limited to 'libview/ev-pixbuf-cache.h')
-rw-r--r--libview/ev-pixbuf-cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/ev-pixbuf-cache.h b/libview/ev-pixbuf-cache.h
index a22634e..4ab0fce 100644
--- a/libview/ev-pixbuf-cache.h
+++ b/libview/ev-pixbuf-cache.h
@@ -72,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,