Method
PangoAttrIteratorget_attrs
Declaration [src]
GSList*
pango_attr_iterator_get_attrs (
PangoAttrIterator* iterator
)
Description [src]
Gets a list of all attributes at the current position of the iterator.
Available since: | 1.2 |
Return value
Returns: | A list of PangoAttribute |
a list of all attributes for the current range. To free
this value, call |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |