Struct
PangoAttrString
Description [src]
struct PangoAttrString {
PangoAttribute attr;
char* value;
}
The PangoAttrString
structure is used to represent attributes with
a string value.
Structure members
attr:
PangoAttribute
The common portion of the attribute.
value:
char*
The string which is the value of the attribute.