From 2d5fe16a0b4a8bbb85933e471a62550384446821 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 10 Jan 2005 19:08:15 +0000 Subject: Rename bookmark to link, and use "Index" for the sidebar panel. --- (limited to 'shell/ev-history.h') 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 -#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); -- cgit v0.9.1