get_source_marks_at_line
Description:
[ Version ( since = "2.2" ) ]
public SList<unowned SourceMark> get_source_marks_at_line (int line, string? category)
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.
Parameters:
this |
a SourceBuffer. |
line |
a line number. |
category |
category to search for, or |
Returns:
a newly allocated SList. |