PangoAttrClass

The PangoAttrClass 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 PangoAttribute

Members

Variables

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

the type ID for this attribute