Package: gtk

Function gtk-text-iter-is-end

Lambda List

gtk-text-iter-is-end (iter)

Arguments

iter -- a gtk-text-iter instance

Return Value

A boolean whether the iterator is the end iterator.

Details

Returns true if the iterator is the end iterator, i.e. one past the last dereferenceable iterator in the text buffer.

The function gtk-text-iter-is-end is the most efficient way to check whether an iterator is the end iterator.
 

See also

2021-6-13