AttrIterator
A PangoAttrIterator
is used to iterate through a PangoAttrList
.
A new iterator is created with method@Pango.AttrList.get_iterator. Once the iterator is created, it can be advanced through the style changes in the text using method@Pango.AttrIterator.next. At each style change, the range of the current style segment and the attributes currently in effect can be queried.
Skipped during bindings generation
parameter
language
: language: Out parameter is not supportedparameter
start
: start: Out parameter is not supported