get_source_marks_at_line


Description:

public SList<unowned Mark> 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 Buffer.

line

a line number.

category

category to search for, or null

Returns:

a newly allocated SList.