API Version: 5
Library Version: 5.3.2
void gtk_source_view_indent_lines ( GtkSourceView* view, GtkTextIter* start, GtkTextIter* end )
Inserts one indentation level at the beginning of the specified lines. The empty lines are not indented.
start
GtkTextIter*
GtkTextIter of the first line to indent.
GtkTextIter
end
GtkTextIter of the last line to indent.