X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-history.h;h=55eeb7c21e484b3fcd6043e8d9a136285e6d720f;hb=21d88b14be9a2baee57341ae128bcd31bba7848f;hp=a815f93b273cdda944faa2fd2a58c1bcf55d425c;hpb=8228ff475e7dced57dbaa9550255534d0c275767;p=evince.git diff --git a/shell/ev-history.h b/shell/ev-history.h index a815f93b..55eeb7c2 100644 --- a/shell/ev-history.h +++ b/shell/ev-history.h @@ -48,20 +48,17 @@ struct _EvHistory struct _EvHistoryClass { GObjectClass parent_class; + + void (*changed) (EvHistory *history); }; 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