PgAttributeIterator.getAttrs

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

class PgAttributeIterator
getAttrs
()

Return Value

Type: ListSG

a list of all attributes for the current range. To free this value, call pango_attribute_destroy() on each value and g_slist_free() on the list. [element-type Pango.Attribute][transfer full]

Meta