Pango.AttrList Members

The members of Pango.AttrList are listed below.

See Also: Inherited members from GLib.Opaque

Public Constructors

Default constructor
Internal constructor

Public Properties

[read-only]
static
GTypeGLib.GType. GType Property.
[read-only]
IteratorAttrIterator. Create a iterator initialized to the beginning of the list.

Public Methods

Change(Attribute)
Insert the given attribute into the list.
Copy() : AttrList
Copy list and return an identical, new list.
Filter(AttrFilterFunc) : AttrList
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() : AttrList
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.