Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-links.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-06-15 14:06:40 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-15 14:06:40 (GMT)
commit3be2b7d94dc4475256b89f8033ef5cca17513530 (patch)
treef685d4748766b1d2bb18eeab22e9ea54e03c12a4 /backend/ev-document-links.h
parent4301d174db5623094cb313a467a2abab34a2b381 (diff)
Expand links when specified by the document. Depend on a poppler api
2005-06-15 Marco Pesenti Gritti <mpg@redhat.com> * 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)
Diffstat (limited to 'backend/ev-document-links.h')
-rw-r--r--backend/ev-document-links.h1
1 files changed, 1 insertions, 0 deletions
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
};