Method
GtkSourceViewindent_lines
Declaration [src]
void
gtk_source_view_indent_lines (
GtkSourceView* view,
GtkTextIter* start,
GtkTextIter* end
)
Description [src]
Inserts one indentation level at the beginning of the specified lines. The empty lines are not indented.
Parameters
start |
GtkTextIter |
|
|
The data is owned by the caller of the function. | |
end |
GtkTextIter |
|
|
The data is owned by the caller of the function. |