PgAttributeList.insertBefore

Insert the given attribute into the PangoAttrList. It will be inserted before all other attributes with a matching start_index.

class PgAttributeList
void
insertBefore

Parameters

attr PgAttribute

the attribute to insert. Ownership of this value is assumed by the list. [transfer full]

Meta