]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-page-cache.h
Update Simplified Chinese translation.
[evince.git] / libview / ev-page-cache.h
index bf50ad7dd6ec5ef904e8d3f33f833ba16f207866..0abd7e549604cd1b3e614cf57a2b7318e8de89eb 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)
@@ -57,6 +57,12 @@ GList             *ev_page_cache_get_annot_mapping      (EvPageCache       *cach
                                                         gint               page);
 GdkRegion         *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