Method
Pango.AttrList.insert_before
Declaration [src]
void
pango_attr_list_insert_before (
PangoAttrList* list,
PangoAttribute* attr
)
Description [src]
Insert the given attribute into the PangoAttrList
.
It will be inserted before all other attributes with a
matching start_index
.
Parameters
attr |
PangoAttribute |
the attribute to insert. Ownership of this value is assumed by the list. |
|
Ownership of the data is transferred to the callee |