Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-link.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-link.h')
-rw-r--r--backend/ev-link.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/ev-link.h b/backend/ev-link.h
index 508e89d..86b3cc2 100644
--- a/backend/ev-link.h
+++ b/backend/ev-link.h
@@ -46,6 +46,7 @@ typedef enum
EV_LINK_TYPE_PAGE_XYZ,
EV_LINK_TYPE_PAGE_FIT,
EV_LINK_TYPE_PAGE_FITH,
+ EV_LINK_TYPE_PAGE_FITV,
EV_LINK_TYPE_EXTERNAL_URI,
/* We'll probably fill this in more as we support the other types of
* links */
@@ -65,6 +66,9 @@ EvLink *ev_link_new_page_xyz (const char *title,
EvLink *ev_link_new_page_fith (const char *title,
int page,
double top);
+EvLink *ev_link_new_page_fitv (const char *title,
+ int page,
+ double left);
EvLink *ev_link_new_page_fit (const char *title,
int page);
EvLink *ev_link_new_external (const char *title,