[ Version ( since = "2.2" ) ]
public SList<unowned SourceMark> get_source_marks_at_iter (TextIter iter, string? category)
Returns the list of marks of the given category at iter.
If category is null it returns all marks at iter.
| this |
a SourceBuffer. |
| iter |
an iterator. |
| category |
category to search for, or |
|
a newly allocated SList. |