PtrArray

class PtrArray(val glibPtrArrayPointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance(source)

Contains the public fields of a pointer array.

Skipped during bindings generation

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

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

  • parameter array_to_extend: GLib.PtrArray parameter of type gpointer is not supported

  • parameter array_to_extend: GLib.PtrArray parameter of type gpointer is not supported

  • parameter haystack: GLib.PtrArray parameter of type gpointer is not supported

  • parameter haystack: GLib.PtrArray parameter of type gpointer is not supported

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

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

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

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

  • function new: GLib.PtrArray 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 element_free_func: DestroyNotify

  • parameter element_free_func: DestroyNotify

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

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

  • parameter element_free_func: DestroyNotify

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • field pdata: Unsupported pointer to primitive type

Constructors

Link copied to clipboard
constructor()

Allocate a new PtrArray.

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

Allocate a new PtrArray using the provided AutofreeScope.

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

Allocate a new PtrArray.

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

Allocate a new PtrArray using the provided AutofreeScope.

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val glibPtrArrayPointer: <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>

number of pointers in the array

Functions

Link copied to clipboard
open override fun addCleaner(cleaner: <Error class: unknown class>): Boolean

Registers a cleaner to be executed when this proxy object is garbage collected.

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
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun removeCleaner(cleaner: <Error class: unknown class>): Boolean

Removes a previously registered cleaner from this proxy object.

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