Buffer.ensureHighlight

Forces buffer to analyze and highlight the given area synchronously.

**Note**:

This is a potentially slow operation and should be used only when you need to make sure that some text not currently visible is highlighted, for instance before printing.

class Buffer
void
ensureHighlight

Parameters

start gtk.text_iter.TextIter

start of the area to highlight.

end gtk.text_iter.TextIter

end of the area to highlight.