| Top |  |  |  |  | 
gint e_repos_absolute (gint pos,gpointer data);
e_repos_absolute is deprecated and should not be used in newly-written code.
gint e_repos_insert_shift (gint pos,gpointer data);
e_repos_insert_shift is deprecated and should not be used in newly-written code.
typedef struct {
	ETextModel *model;
	gint pos;  /* Position to move to.  Negative values count from the end buffer.
		      (i.e. -1 puts cursor at the end, -2 one character from end, etc.) */
} EReposAbsolute;
EReposAbsolute is deprecated and should not be used in newly-written code.
typedef struct {
	ETextModel *model;
	gint pos;  /* Location of first inserted character. */
	gint len;  /* Number of characters inserted. */
} EReposInsertShift;
EReposInsertShift is deprecated and should not be used in newly-written code.