X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-history.h;h=2d27bda615c6b341be6cdd7a97bb21335c44c6db;hb=b4400b84fbb899a1984c8e145b91a09de3a35516;hp=b8cfceb63af0adc6402c4adbcbcc5b818f1eb7c9;hpb=2d5fe16a0b4a8bbb85933e471a62550384446821;p=evince.git diff --git a/shell/ev-history.h b/shell/ev-history.h index b8cfceb6..2d27bda6 100644 --- a/shell/ev-history.h +++ b/shell/ev-history.h @@ -15,7 +15,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ */ #ifndef EV_HISTORY_H @@ -55,14 +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); 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