AttrIterator.getAttrs

Gets a list of all attributes at the current position of the iterator.

class AttrIterator
getAttrs
()

Return Value

Type: pango.attribute.Attribute[]

a list of all attributes for the current range. To free this value, call pango.attribute.Attribute.destroy on each value and glib.slist.SList.free on the list.