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