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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/ev-history.h b/shell/ev-history.h
index 4f1ec1a..2d27bda 100644
--- a/shell/ev-history.h
+++ b/shell/ev-history.h
@@ -54,15 +54,9 @@ GType ev_history_get_type (void);
EvHistory *ev_history_new (void);
void ev_history_add_link (EvHistory *history,
EvLink *linkk);
-void ev_history_add_page (EvHistory *history,
- int page,
- const gchar *label);
EvLink *ev_history_get_link_nth (EvHistory *history,
int index);
int ev_history_get_n_links (EvHistory *history);
-int ev_history_get_current_index (EvHistory *history);
-void ev_history_set_current_index (EvHistory *history,
- int index);
G_END_DECLS