Buffer.getSourceMarksAtIter

gtksource.mark.Mark[] getSourceMarksAtIter(gtk.text_iter.TextIter iter, string category = null) nothrow

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

If category is null it returns all marks at iter.

Parameters

iteran iterator.
categorycategory to search for, or null

Returns

a newly allocated #GSList.