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 pango_attribute_destroy() on each value and g_slist_free() on the list. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |