Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-action.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-page-action.h')
-rw-r--r--shell/ev-page-action.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h
index 8ac0d54..c8b30ba 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);