The members of Pango.AttrList are listed below.
See Also: Inherited members from GLib.Opaque
| [read-only] static | GType | GLib.GType. GType Property. |
| [read-only] | Iterator | AttrIterator. Create a iterator initialized to the beginning of the list. |
Change(Attribute)Insert the given attribute into the list. | ||
Copy()Copy list and return an identical, new list. | ||
Filter(AttrFilterFunc)Given a callback function, removes any elements of list for which func returns true and inserts them into a new list. | ||
Insert(Attribute)Insert the given attribute to the list | ||
InsertBefore(Attribute)Insert the given attribute into the list. | ||
Ref()Increases the reference count of the list. | ||
Splice(AttrList, int, int)This function splices attribute list other into list. | ||
Unref()Decrease the reference count of the given attribute list by one. | ||