Method
GtkSourceViewunindent_lines
Declaration [src]
void
gtk_source_view_unindent_lines (
  GtkSourceView* view,
  GtkTextIter* start,
  GtkTextIter* end
)
Parameters
- start
- 
            Type: GtkTextIterGtkTextIterof the first line to indent.The data is owned by the caller of the method. 
- end
- 
            Type: GtkTextIterGtkTextIterof the last line to indent.The data is owned by the caller of the method.