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

 The called function takes ownership of the data, and is responsible for freeing it