AttrClass

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

The PangoAttrClass structure stores the type and operations for a particular type of attribute.

The functions in this structure should not be called directly. Instead, one should use the wrapper functions provided for PangoAttribute.

Skipped during bindings generation

  • field copy: Fields with callbacks are not supported

  • field destroy: Fields with callbacks are not supported

  • field equal: Fields with callbacks are not supported

Constructors

Link copied to clipboard
constructor()

Allocate a new AttrClass.

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

Allocate a new AttrClass using the provided AutofreeScope.

constructor(type: AttrType)

Allocate a new AttrClass.

constructor(type: AttrType, scope: <Error class: unknown class>)

Allocate a new AttrClass using the provided AutofreeScope.

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

Properties

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

the type ID for this attribute

Functions

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