X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-page-action.h;h=6337bdedc9aa9488ec493f160bc96030452d5a4c;hb=f675370b1c2f1e29dfb3a3b97eda5d46f6a4a4ae;hp=d89a3d90f03950154229a6a10d607f727e05635d;hpb=8228ff475e7dced57dbaa9550255534d0c275767;p=evince.git diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h index d89a3d90..6337bded 100644 --- a/shell/ev-page-action.h +++ b/shell/ev-page-action.h @@ -21,9 +21,10 @@ #ifndef EV_PAGE_ACTION_H #define EV_PAGE_ACTION_H -#include -#include +#include + #include +#include "ev-link.h" G_BEGIN_DECLS @@ -52,8 +53,6 @@ struct _EvPageActionClass void (* activate_link) (EvPageAction *page_action, EvLink *link); - gboolean (*activate_label) (EvPageAction *page_action, - char *label); }; GType ev_page_action_get_type (void);