PangoAttrString

PangoAttrString: @attr: the common portion of the attribute @value: the string which is the value of the attribute

The #PangoAttrString structure is used to represent attributes with a string value.

extern (C)
struct PangoAttrString {
PangoAttribute attr;
char* value;
}

Meta