X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-view.h;h=ad60e707dd1b550f2c3e423dc9e113f68ec6517b;hb=6aff12024a5c291d0eaf0dd3ab601b2a4b30d521;hp=09ac1eec1e699750e2d24d27d763f82d1e7599c4;hpb=09458b5fc51b3504582e76a12b7a57cbba332ac0;p=evince.git diff --git a/shell/ev-view.h b/shell/ev-view.h index 09ac1eec..ad60e707 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -118,9 +118,11 @@ const char *ev_view_get_find_status (EvView *view); void ev_view_hide_cursor (EvView *view); void ev_view_show_cursor (EvView *view); -/* Scrolling */ +/* Navigation */ void ev_view_scroll (EvView *view, EvScrollType scroll); +void ev_view_goto_link (EvView *view, + EvLink *link); G_END_DECLS