Method

GtkTextIterforward_to_end

Declaration [src]

void
gtk_text_iter_forward_to_end (
  GtkTextIter* iter
)

Description [src]

Moves iter forward to the “end iterator”, which points one past the last valid character in the buffer.

gtk_text_iter_get_char() called on the end iterator returns 0, which is convenient for writing loops.