Array

class Array(pointer: <Error class: unknown class><<Error class: unknown class>>) : Record

Contains the public fields of a GArray.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion : RecordCompanion<Array, <Error class: unknown class>>

Properties

Link copied to clipboard
val data: String?

a pointer to the element data. The data may be moved as elements are added to the #GArray.

Link copied to clipboard
val glibArrayPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var len: <Error class: unknown class>

the number of elements in the #GArray not including the possible terminating zero element.