From 3be2b7d94dc4475256b89f8033ef5cca17513530 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 15 Jun 2005 14:06:40 +0000 Subject: Expand links when specified by the document. Depend on a poppler api 2005-06-15 Marco Pesenti Gritti * backend/ev-document-links.h: * pdf/ev-poppler.cc: * shell/ev-sidebar-links.c: (create_loading_model), (expand_open_links), (job_finished_callback): Expand links when specified by the document. Depend on a poppler api (defined out for now) --- (limited to 'backend') diff --git a/backend/ev-document-links.h b/backend/ev-document-links.h index 6105a70..1f94596 100644 --- a/backend/ev-document-links.h +++ b/backend/ev-document-links.h @@ -47,6 +47,7 @@ typedef struct _EvDocumentLinksIface EvDocumentLinksIface; enum { EV_DOCUMENT_LINKS_COLUMN_MARKUP, EV_DOCUMENT_LINKS_COLUMN_LINK, + EV_DOCUMENT_LINKS_COLUMN_EXPAND, EV_DOCUMENT_LINKS_COLUMN_NUM_COLUMNS }; -- cgit v0.9.1