AttrLanguage

class AttrLanguage(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

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

Skipped during bindings generation

  • field attr: Attribute

Constructors

Link copied to clipboard
constructor()

Allocate a new AttrLanguage.

constructor(scope: <Error class: unknown class>)

Allocate a new AttrLanguage using the provided AutofreeScope.

constructor(value: Language?)

Allocate a new AttrLanguage.

constructor(value: Language?, scope: <Error class: unknown class>)

Allocate a new AttrLanguage using the provided AutofreeScope.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pangoAttrLanguagePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

the PangoLanguage which is the value of the attribute

Functions

Link copied to clipboard
open override fun toString(): String