medit/moo/mooedit/mooedithistoryitem.h

18 lines
626 B
C
Raw Normal View History

2010-11-23 21:54:39 -08:00
#ifndef MOO_EDIT_HISTORY_ITEM_H
#define MOO_EDIT_HISTORY_ITEM_H
2010-12-08 01:17:17 -08:00
#include <mooutils/moohistorymgr.h>
2010-11-23 21:54:39 -08:00
G_BEGIN_DECLS
2010-12-08 01:17:17 -08:00
void _moo_edit_history_item_set_encoding (MooHistoryItem *item,
2010-11-23 21:54:39 -08:00
const char *encoding);
2010-12-08 01:17:17 -08:00
void _moo_edit_history_item_set_line (MooHistoryItem *item,
2010-11-23 21:54:39 -08:00
int line);
2010-12-08 01:17:17 -08:00
const char *_moo_edit_history_item_get_encoding (MooHistoryItem *item);
int _moo_edit_history_item_get_line (MooHistoryItem *item);
2010-11-23 21:54:39 -08:00
G_END_DECLS
#endif /* MOO_EDIT_HISTORY_ITEM_H */