From 356536f6b8b44bfcf13c644a26ecdd583465bc0f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 11 Jul 2010 08:52:34 +0000 Subject: Add EvMappingList data struct instead of using a GList It just wraps the GList and adds reference counting --- (limited to 'libview/ev-page-cache.h') diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h index c6ccfd3..4c2effb 100644 --- a/libview/ev-page-cache.h +++ b/libview/ev-page-cache.h @@ -47,13 +47,13 @@ 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, +EvMappingList *ev_page_cache_get_link_mapping (EvPageCache *cache, gint page); -GList *ev_page_cache_get_image_mapping (EvPageCache *cache, +EvMappingList *ev_page_cache_get_image_mapping (EvPageCache *cache, gint page); -GList *ev_page_cache_get_form_field_mapping (EvPageCache *cache, +EvMappingList *ev_page_cache_get_form_field_mapping (EvPageCache *cache, gint page); -GList *ev_page_cache_get_annot_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); -- cgit v0.9.1