PangoAttrClass

The pango.types.AttrClass structure stores the type and operations for a particular type of attribute.

The functions in this structure should not be called directly. Instead, one should use the wrapper functions provided for pango.attribute.Attribute.

Members

Variables

copy
PangoAttribute* function(const(PangoAttribute)* attr) copy;
destroy
void function(PangoAttribute* attr) destroy;
equal
bool function(const(PangoAttribute)* attr1, const(PangoAttribute)* attr2) equal;
type
PangoAttrType type;

the type ID for this attribute