PangoAttrLanguage

PangoAttrLanguage: @attr: the common portion of the attribute @value: the #PangoLanguage which is the value of the attribute

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

extern (C)
struct PangoAttrLanguage {
PangoAttribute attr;
PangoLanguage* value;
}

Meta