EvHistory
GObject ╰── EvHistory
EvHistory * ev_history_new (void);
void
void ev_history_add_link (EvHistory *history, EvLink *linkk);
EvHistory *history
EvLink *linkk
EvLink * ev_history_get_link_nth (EvHistory *history, int index);
int index
int ev_history_get_n_links (EvHistory *history);
struct EvHistory;
typedef struct _EvHistoryPrivate EvHistoryPrivate;
struct EvHistoryClass { GObjectClass parent_class; void (*changed) (EvHistory *history); };
“changed”
void user_function (EvHistory *evhistory, gpointer user_data)
Flags: Action