X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-page-cache.h;h=1c2e5cdf2035f35ea80f8b68462acbd582fdd27a;hb=b0e729d2f6401c7cf6988aa044f47b3ca8e48487;hp=bf50ad7dd6ec5ef904e8d3f33f833ba16f207866;hpb=21d88b14be9a2baee57341ae128bcd31bba7848f;p=evince.git diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h index bf50ad7d..1c2e5cdf 100644 --- a/libview/ev-page-cache.h +++ b/libview/ev-page-cache.h @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION) @@ -47,16 +47,24 @@ void ev_page_cache_set_page_range (EvPageCache *cach EvJobPageDataFlags ev_page_cache_get_flags (EvPageCache *cache); void ev_page_cache_set_flags (EvPageCache *cache, EvJobPageDataFlags flags); -GList *ev_page_cache_get_link_mapping (EvPageCache *cache, +void ev_page_cache_mark_dirty (EvPageCache *cache, gint page); -GList *ev_page_cache_get_image_mapping (EvPageCache *cache, +EvMappingList *ev_page_cache_get_link_mapping (EvPageCache *cache, gint page); -GList *ev_page_cache_get_form_field_mapping (EvPageCache *cache, +EvMappingList *ev_page_cache_get_image_mapping (EvPageCache *cache, gint page); -GList *ev_page_cache_get_annot_mapping (EvPageCache *cache, +EvMappingList *ev_page_cache_get_form_field_mapping (EvPageCache *cache, gint page); -GdkRegion *ev_page_cache_get_text_mapping (EvPageCache *cache, +EvMappingList *ev_page_cache_get_annot_mapping (EvPageCache *cache, gint page); +cairo_region_t *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