TextBuffer.endIrreversibleAction
void endIrreversibleAction()Denotes the end of an action that may not be undone.
This will cause any previous operations in the undo/redo queue to be cleared.
This should be called after completing modifications to the text buffer after [gtk.text_buffer.TextBuffer.beginIrreversibleAction] was called.
You may nest calls to [gtk.text_buffer.TextBuffer.beginIrreversibleAction] and [gtk.text_buffer.TextBuffer.endIrreversibleAction] pairs.