X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-history.h;h=55eeb7c21e484b3fcd6043e8d9a136285e6d720f;hb=682db64b43ff4985fbd6000251b42a051d42b071;hp=4f1ec1aa3c4a591f2443f43b5273061b162ff5f9;hpb=f00567758aaf39b2003f26b81fff6de6b213f23e;p=evince.git diff --git a/shell/ev-history.h b/shell/ev-history.h index 4f1ec1aa..55eeb7c2 100644 --- a/shell/ev-history.h +++ b/shell/ev-history.h @@ -48,21 +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, - const gchar *label); 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