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:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-11 08:52:34 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-12 17:12:01 (GMT)
commit356536f6b8b44bfcf13c644a26ecdd583465bc0f (patch)
tree8b9cb701358fccc2d3a269f02308fd99fe853b0c /libview/ev-page-cache.h
parentc3f6c6c0006922557b54e263513c38ac7c88a12d (diff)
Add EvMappingList data struct instead of using a GList
It just wraps the GList and adds reference counting
Diffstat (limited to 'libview/ev-page-cache.h')
-rw-r--r--libview/ev-page-cache.h8
1 files changed, 4 insertions, 4 deletions
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);