X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-page-action.h;h=c8b30ba6d279cfbcb2d18b1ef1d914624ea9d84c;hb=205c689a78e992d1ad3cf9223f7c95bf424dda94;hp=8ac0d54cfa2c3441246882ba5e945b53a0a7d4ad;hpb=f7d8183b26d763d0501f40720aed357d5aa35029;p=evince.git diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h index 8ac0d54c..c8b30ba6 100644 --- a/shell/ev-page-action.h +++ b/shell/ev-page-action.h @@ -51,8 +51,10 @@ struct _EvPageActionClass { GtkActionClass parent_class; - void (* goto_page) (EvPageAction *page_action, - int page_number); + void (* activate_link) (EvPageAction *page_action, + EvLink *link); + gboolean (*activate_label) (EvPageAction *page_action, + char *label); }; GType ev_page_action_get_type (void);