Struct

PangoAttrLanguage

Description [src]

struct PangoAttrLanguage {
  PangoAttribute attr;
  PangoLanguage* value;
}

The PangoAttrLanguage structure is used to represent attributes that are languages.

Structure members
attr: PangoAttribute

The common portion of the attribute.

value: PangoLanguage

The PangoLanguage which is the value of the attribute.

Functions

pango_attr_language_new

Create a new language tag attribute.