]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-page-cache.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libview / ev-page-cache.h
index bf50ad7dd6ec5ef904e8d3f33f833ba16f207866..1c2e5cdf2035f35ea80f8b68462acbd582fdd27a 100644 (file)
@@ -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