Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-history.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-history.h')
-rw-r--r--shell/ev-history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-history.h b/shell/ev-history.h
index a815f93..4f1ec1a 100644
--- a/shell/ev-history.h
+++ b/shell/ev-history.h
@@ -55,7 +55,8 @@ EvHistory *ev_history_new (void);
void ev_history_add_link (EvHistory *history,
EvLink *linkk);
void ev_history_add_page (EvHistory *history,
- int page);
+ int page,
+ const gchar *label);
EvLink *ev_history_get_link_nth (EvHistory *history,
int index);
int ev_history_get_n_links (EvHistory *history);