Top | ![]() |
![]() |
![]() |
![]() |
EvPageCache * | ev_page_cache_new () |
void | ev_page_cache_set_page_range () |
EvJobPageDataFlags | ev_page_cache_get_flags () |
void | ev_page_cache_set_flags () |
EvMappingList * | ev_page_cache_get_link_mapping () |
EvMappingList * | ev_page_cache_get_image_mapping () |
EvMappingList * | ev_page_cache_get_form_field_mapping () |
EvMappingList * | ev_page_cache_get_annot_mapping () |
cairo_region_t * | ev_page_cache_get_text_mapping () |
const gchar * | ev_page_cache_get_text () |
gboolean | ev_page_cache_get_text_layout () |
PangoAttrList * | ev_page_cache_get_text_attrs () |
gboolean | ev_page_cache_get_text_log_attrs () |
void | ev_page_cache_mark_dirty () |
void ev_page_cache_set_page_range (EvPageCache *cache
,gint start
,gint end
);
void ev_page_cache_set_flags (EvPageCache *cache
,EvJobPageDataFlags flags
);
EvMappingList * ev_page_cache_get_link_mapping (EvPageCache *cache
,gint page
);
EvMappingList * ev_page_cache_get_image_mapping (EvPageCache *cache
,gint page
);
EvMappingList * ev_page_cache_get_form_field_mapping (EvPageCache *cache
,gint page
);
EvMappingList * ev_page_cache_get_annot_mapping (EvPageCache *cache
,gint page
);
cairo_region_t * ev_page_cache_get_text_mapping (EvPageCache *cache
,gint page
);
gboolean ev_page_cache_get_text_layout (EvPageCache *cache
,gint page
,EvRectangle **areas
,guint *n_areas
);
PangoAttrList * ev_page_cache_get_text_attrs (EvPageCache *cache
,gint page
);
FIXME
Since: 3.10
gboolean ev_page_cache_get_text_log_attrs (EvPageCache *cache
,gint page
,PangoLogAttr **log_attrs
,gulong *n_attrs
);
FIXME
Since: 3.10
void ev_page_cache_mark_dirty (EvPageCache *cache
,gint page
,EvJobPageDataFlags flags
);
“page-cached”
signalvoid user_function (EvPageCache *evpagecache, int arg1, gpointer user_data)
Flags: Run Last