X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-navigation-action.h;h=1b73e26de0c09f67f2356a973d14ba81088b10fe;hb=cc3f21efc8104182171c9300facc16d9a79177ef;hp=c801c3922c3ad176c3779267423c386b3a99d4c9;hpb=8228ff475e7dced57dbaa9550255534d0c275767;p=evince.git diff --git a/shell/ev-navigation-action.h b/shell/ev-navigation-action.h index c801c392..1b73e26d 100644 --- a/shell/ev-navigation-action.h +++ b/shell/ev-navigation-action.h @@ -21,10 +21,10 @@ #ifndef EV_NAVIGATION_ACTION_H #define EV_NAVIGATION_ACTION_H -#include +#include #include "ev-history.h" -#include "ev-window.h" +#include "ev-link.h" G_BEGIN_DECLS @@ -50,13 +50,14 @@ struct _EvNavigationAction struct _EvNavigationActionClass { GtkActionClass parent_class; + + void (* activate_link) (EvNavigationAction *action, + EvLink *link); }; GType ev_navigation_action_get_type (void); void ev_navigation_action_set_history (EvNavigationAction *action, EvHistory *history); -void ev_navigation_action_set_window (EvNavigationAction *action, - EvWindow *window); G_END_DECLS