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:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-11-19 01:42:57 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-11-19 01:42:57 (GMT)
commitf00567758aaf39b2003f26b81fff6de6b213f23e (patch)
treedf575a254cf066a62436599f9865c12e085260f6 /shell/ev-history.h
parent8228ff475e7dced57dbaa9550255534d0c275767 (diff)
Use page labels instead of numbers.
2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-history.c: (ev_history_add_page): * shell/ev-history.h: * shell/ev-window.c: (page_changed_cb): Use page labels instead of numbers.
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);