GtkText::forward_delete

int forward_delete(int nchars);

Deletes the number of characters stipulated, forward from the current insertion point.

Note that these are literal numbers, and that shortcuts such as 0 and -1 cannot be used here.