GtkScintilla::marker_add

void marker_add(int line, int marker_number);

Add a Marker symbol in front of the line, for markers table, see marker_define()

// add the marker 1 at line 4...
$scintilla->marker_add(4, 1);