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. PangoAttrType type; the type ID for this attribute copy () function to duplicate an attribute of this type (see pango_attribute_copy()) destroy () function to free an attribute of this type (see pango_attribute_destroy()) equal () function to check two attributes of this type for equality (see pango_attribute_equal())

Members

Variables

copy
PangoAttribute* function(PangoAttribute* attr) copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destroy
void function(PangoAttribute* attr) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
equal
int function(PangoAttribute* attr1, PangoAttribute* attr2) equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
type
PangoAttrType type;
Undocumented in source.

Meta