Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-page-cache.h
diff options
context:
space:
mode:
authorDaniel Garcia <danigm@yaco.es>2010-06-26 14:40:41 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-06-26 14:40:41 (GMT)
commite285bb88a28a9b510dc88f656aa39bc0093a86ec (patch)
treee935b8fd8d62b55af21aea79752171b8df38e4a4 /libview/ev-page-cache.h
parent18d2af9bce80392407fae997c8dfa029f5a54123 (diff)
[libview] Get text and text_layout and store it in EvPageCache
Diffstat (limited to 'libview/ev-page-cache.h')
-rw-r--r--libview/ev-page-cache.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h
index 7f3345f..0abd7e5 100644
--- a/libview/ev-page-cache.h
+++ b/libview/ev-page-cache.h
@@ -57,6 +57,12 @@ GList *ev_page_cache_get_annot_mapping (EvPageCache *cach
gint page);
GdkRegion *ev_page_cache_get_text_mapping (EvPageCache *cache,
gint page);
+const gchar *ev_page_cache_get_text (EvPageCache *cache,
+ gint page);
+gboolean ev_page_cache_get_text_layout (EvPageCache *cache,
+ gint page,
+ EvRectangle **areas,
+ guint *n_areas);
G_END_DECLS