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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/ev-link.h b/backend/ev-link.h
index 8ee8429..508e89d 100644
--- a/backend/ev-link.h
+++ b/backend/ev-link.h
@@ -44,6 +44,8 @@ typedef enum
EV_LINK_TYPE_TITLE,
EV_LINK_TYPE_PAGE,
EV_LINK_TYPE_PAGE_XYZ,
+ EV_LINK_TYPE_PAGE_FIT,
+ EV_LINK_TYPE_PAGE_FITH,
EV_LINK_TYPE_EXTERNAL_URI,
/* We'll probably fill this in more as we support the other types of
* links */
@@ -60,6 +62,11 @@ EvLink *ev_link_new_page_xyz (const char *title,
double top,
double left,
double zoom);
+EvLink *ev_link_new_page_fith (const char *title,
+ int page,
+ double top);
+EvLink *ev_link_new_page_fit (const char *title,
+ int page);
EvLink *ev_link_new_external (const char *title,
const char *uri);