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