Buffer.getSourceMarksAtLine

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

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

class Buffer
getSourceMarksAtLine
(
int line
,
string category = null
)

Parameters

line int

a line number.

category string

category to search for, or null

Return Value

Type: gtksource.mark.Mark[]

a newly allocated #GSList.