]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-history.h
[libview] Add methods to get/set page cache flags
[evince.git] / shell / ev-history.h
index b8cfceb63af0adc6402c4adbcbcc5b818f1eb7c9..55eeb7c21e484b3fcd6043e8d9a136285e6d720f 100644 (file)
@@ -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.
  *
  *  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
  */
 
 #ifndef EV_HISTORY_H
@@ -49,20 +48,17 @@ struct _EvHistory
 struct _EvHistoryClass
 {
        GObjectClass parent_class;
 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);
 };
 
 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);
 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