]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-history.h
Setup window size and position before showing it. Fixes bug #401711.
[evince.git] / shell / ev-history.h
index a815f93b273cdda944faa2fd2a58c1bcf55d425c..2d27bda615c6b341be6cdd7a97bb21335c44c6db 100644 (file)
@@ -54,14 +54,9 @@ GType                ev_history_get_type             (void);
 EvHistory      *ev_history_new                 (void);
 void           ev_history_add_link             (EvHistory  *history,
                                                 EvLink     *linkk);
 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);
 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
 
 
 G_END_DECLS