Buffer.getSourceMarksAtLine
gtksource.mark.Mark[] getSourceMarksAtLine(int line, string category = null)Returns the list of marks of the given category at line.
If category is null, all marks at line are returned.
Parameters
line | a line number. |
category | category to search for, or null |
Returns
a newly allocated #GSList.