TextIter.forwardSentenceEnds

bool forwardSentenceEnds(int count)

Calls gtk.text_iter.TextIter.forwardSentenceEnd count times (or until gtk.text_iter.TextIter.forwardSentenceEnd returns false). If count is negative, moves backward instead of forward.

Parameters

countnumber of sentences to move

Returns

true if iter moved and is not the end iterator