X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-history.h;h=b8cfceb63af0adc6402c4adbcbcc5b818f1eb7c9;hb=d3ea391eeabb901a8dfe269edc5980f0f800aa65;hp=f69cd48a3089f78c965bd09333268532e55e6ae0;hpb=2c91588d544c80f08526a54c98b25aabe3777ef7;p=evince.git diff --git a/shell/ev-history.h b/shell/ev-history.h index f69cd48a..b8cfceb6 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);