Struct

PangoAttrClass

since: 1.0

Description

struct PangoAttrClass {
  PangoAttrType type;
  PangoAttribute* (* copy) (
    const PangoAttribute* attr
  );
  void (* destroy) (
    PangoAttribute* attr
  );
  gboolean (* equal) (
    const PangoAttribute* attr1,
    const PangoAttribute* attr2
  );
}
No description available.
Structure members
type
No description available.
copy
No description available.
destroy
No description available.
equal
No description available.

Available since: 1.0