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=6337bdedc9aa9488ec493f160bc96030452d5a4c;hb=0be3be0d4166be324d628802772e99cacd336f11;hp=c8b30ba6d279cfbcb2d18b1ef1d914624ea9d84c;hpb=39d906d93b5e9e0929fec8d3ef322f9597adee78;p=evince.git diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h index c8b30ba6..6337bded 100644 --- a/shell/ev-page-action.h +++ b/shell/ev-page-action.h @@ -16,15 +16,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ */ #ifndef EV_PAGE_ACTION_H #define EV_PAGE_ACTION_H -#include -#include +#include + #include +#include "ev-link.h" G_BEGIN_DECLS @@ -53,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);