API Version: 4.0
Library Version: 4.19.1
Generated by gi-docgen 2025.4
void gtk_text_iter_set_line ( GtkTextIter* iter, int line_number )
Moves iterator iter to the start of the line line_number.
iter
line_number
If line_number is negative or larger than or equal to the number of lines in the buffer, moves iter to the start of the last line in the buffer.
Type: int
int
Line number (counted from 0).