GtkScintilla::set_line_indentation

void set_line_indentation(int line, int indent_size);

Set the line indentation of some line.

$cur_line = $scintilla->get_cur_line();
$scintilla->set_line_indentation($cur_line, 8);