Method
Pango.AttrList.insert
Declaration [src]
void
pango_attr_list_insert (
PangoAttrList* list,
PangoAttribute* attr
)
Description [src]
Insert the given attribute into the PangoAttrList
.
It will be inserted after all other attributes with a
matching start_index
.
Parameters
attr |
PangoAttribute |
the attribute to insert |
|
The called function takes ownership of the data, and is responsible for freeing it |