get_source_marks_at_line


Description:

public unowned SList 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 null

Returns:

a newly allocated SList.