Method

GtkSourceViewunindent_lines

Declaration

void
gtk_source_view_unindent_lines (
  GtkSourceView* view,
  GtkTextIter* start,
  GtkTextIter* end
)

Description

Removes one indentation level at the beginning of the specified lines.

Parameters

start GtkTextIter*
 

GtkTextIter of the first line to indent.

 The data is owned by the caller of the function.
end GtkTextIter*
 

GtkTextIter of the last line to indent.

 The data is owned by the caller of the function.