delete-from-cursor

The "delete-from-cursor" signal is emitted when the a deletion from the cursor i.e. removal o text at the cursor position, either before it (negative count) or after it (positive count).

Callback function

void callback(GtkEntry entry, GtkDeleteType delete_type, int count);