Struct
PangoAttrLanguage
Description [src]
struct PangoAttrLanguage {
PangoAttribute attr;
PangoLanguage* value;
}
The PangoAttrLanguage structure is used to represent attributes that
are languages.
Structure members
attr:PangoAttributeThe common portion of the attribute.
value:PangoLanguageThe
PangoLanguagewhich is the value of the attribute.