Array

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

Contains the public fields of a GArray.

Skipped during bindings generation

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • function new: GLib.Array parameter of type gpointer is not supported

  • parameter data: Array parameter of type gpointer is not supported

  • parameter data: Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • function sized_new: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

  • parameter array: GLib.Array parameter of type gpointer is not supported

Constructors

Link copied to clipboard
constructor()

Allocate a new Array.

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

Allocate a new Array using the provided AutofreeScope.

constructor(data: String?, len: <Error class: unknown class>)

Allocate a new Array.

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

Allocate a new Array 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
var 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
open override val handle: <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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compare two proxy instances for equality. This will compare both the type of the instances, and their memory addresses.

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