PangoAttrString

The PangoAttrString structure is used to represent attributes with a string value. PangoAttribute attr; the common portion of the attribute char *value; the string which is the value of the attribute

struct PangoAttrString {}

Members

Variables

attr
PangoAttribute attr;
Undocumented in source.
value
char* value;
Undocumented in source.

Meta