[ Version ( since = "2.2" ) ]
public SList<unowned SourceMark> get_source_marks_at_line (int line, string? category)
Returns the list of marks of the given category at line.
If category is null, all marks at line are returned.
| this |
a SourceBuffer. |
| line |
a line number. |
| category |
category to search for, or |
|
a newly allocated SList. |