X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-page-cache.h;h=0abd7e549604cd1b3e614cf57a2b7318e8de89eb;hb=df408ff0086984d7c067ea31f298c0aad002b2e6;hp=bf50ad7dd6ec5ef904e8d3f33f833ba16f207866;hpb=21d88b14be9a2baee57341ae128bcd31bba7848f;p=evince.git diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h index bf50ad7d..0abd7e54 100644 --- a/libview/ev-page-cache.h +++ b/libview/ev-page-cache.h @@ -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