AttrString

class AttrString(val pangoAttrStringPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

The PangoAttrString structure is used to represent attributes with a string value.

Skipped during bindings generation

  • field attr: Field with not-pointer record/union PangoAttribute is not supported

Constructors

Link copied to clipboard
constructor()

Allocate a new AttrString.

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

Allocate a new AttrString using the provided AutofreeScope.

constructor(value: String?)

Allocate a new AttrString.

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

Allocate a new AttrString using the provided AutofreeScope.

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

Properties

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

the string which is the value of the attribute

Functions

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