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