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  | 
Functions
pango_attr_language_new
Create a new language tag attribute.