Buffer.getSourceMarksAtIter
gtksource.mark.Mark[] getSourceMarksAtIter(gtk.text_iter.TextIter iter, string category = null)Returns the list of marks of the given category at iter.
If category is null it returns all marks at iter.
Parameters
iter | an iterator. |
category | category to search for, or null |
Returns
a newly allocated #GSList.