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:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
commit2d5fe16a0b4a8bbb85933e471a62550384446821 (patch)
tree8cf9cc024c35796da1b6d75b6d1d1f9312f9ed3d /shell/ev-history.h
parentd906aff9da8222c4377c558cbb079be0dc26613f (diff)
Rename bookmark to link, and use "Index" for the sidebar panel.
Diffstat (limited to 'shell/ev-history.h')
-rw-r--r--shell/ev-history.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/ev-history.h b/shell/ev-history.h
index f69cd48..b8cfceb 100644
--- a/shell/ev-history.h
+++ b/shell/ev-history.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
-#include "ev-bookmark.h"
+#include "ev-link.h"
G_BEGIN_DECLS
@@ -54,10 +54,10 @@ struct _EvHistoryClass
GType ev_history_get_type (void);
EvHistory *ev_history_new (void);
void ev_history_add_link (EvHistory *history,
- EvBookmark *bookmark);
+ EvLink *linkk);
void ev_history_add_page (EvHistory *history,
int page);
-EvBookmark *ev_history_get_link_nth (EvHistory *history,
+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);