Buffer.getSourceMarksAtLine

gtksource.mark.Mark[] getSourceMarksAtLine(int line, string category = null) nothrow

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

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

Parameters

linea line number.
categorycategory to search for, or null

Returns

a newly allocated #GSList.