getSourceMarksAtLine

open fun getSourceMarksAtLine(line: Int, category: String? = null): <Error class: unknown class>

Returns the list of marks of the given category at @line.

If @category is null, all marks at @line are returned.

Return

a newly allocated #GSList.

Parameters

line

a line number.

category

category to search for, or null