X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fev-link-dest.h;h=a0c96f5818eba3004f0559f0f439bc6a763756bd;hb=d47bc2205d248b34dbfcdd349473f54d45d5ec70;hp=40a8a9b0f80127a4e6683a9f25cece1668010051;hpb=67297a0108ba18a69972c98ee1771c3dad41d55b;p=evince.git diff --git a/backend/ev-link-dest.h b/backend/ev-link-dest.h index 40a8a9b0..a0c96f58 100644 --- a/backend/ev-link-dest.h +++ b/backend/ev-link-dest.h @@ -46,6 +46,7 @@ typedef enum { EV_LINK_DEST_TYPE_FITV, EV_LINK_DEST_TYPE_FITR, EV_LINK_DEST_TYPE_NAMED, + EV_LINK_DEST_TYPE_PAGE_LABEL, EV_LINK_DEST_TYPE_UNKNOWN } EvLinkDestType; @@ -60,6 +61,7 @@ gdouble ev_link_dest_get_bottom (EvLinkDest *self); gdouble ev_link_dest_get_right (EvLinkDest *self); gdouble ev_link_dest_get_zoom (EvLinkDest *self); const gchar *ev_link_dest_get_named_dest (EvLinkDest *self); +const gchar *ev_link_dest_get_page_label (EvLinkDest *self); EvLinkDest *ev_link_dest_new_page (gint page); EvLinkDest *ev_link_dest_new_xyz (gint page, @@ -77,6 +79,7 @@ EvLinkDest *ev_link_dest_new_fitr (gint page, gdouble right, gdouble top); EvLinkDest *ev_link_dest_new_named (const gchar *named_dest); +EvLinkDest *ev_link_dest_new_page_label (const gchar *page_label); G_END_DECLS