Object Hierarchy
  GObject
   +----EvHistory
 
Details
struct EvHistory
struct EvHistory;
 
EvHistoryPrivate
typedef struct _EvHistoryPrivate EvHistoryPrivate;
 
struct EvHistoryClass
struct EvHistoryClass {
	GObjectClass parent_class;
	
	void (*changed) (EvHistory *history);
};
 
ev_history_new ()
EvHistory *         ev_history_new                      (void);
 
ev_history_add_link ()
void                ev_history_add_link                 (EvHistory *history,
                                                         EvLink *linkk);
 
ev_history_get_link_nth ()
EvLink *            ev_history_get_link_nth             (EvHistory *history,
                                                         int index);
 
ev_history_get_n_links ()
int                 ev_history_get_n_links              (EvHistory *history);