List

class List(val glibListPointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance(source)

The #GList struct is used for each element in a doubly-linked list.

Skipped during bindings generation

  • parameter func: CompareFunc

  • parameter free_func: DestroyNotify

  • parameter func: CompareFunc

  • parameter compare_func: CompareFunc

Constructors

Link copied to clipboard
constructor()

Allocate a new List.

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

Allocate a new List using the provided AutofreeScope.

constructor(data: <Error class: unknown class>, next: List?, prev: List?)

Allocate a new List.

constructor(data: <Error class: unknown class>, next: List?, prev: List?, scope: <Error class: unknown class>)

Allocate a new List using the provided AutofreeScope.

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var data: <Error class: unknown class>

holds the element's data, which can be a pointer to any kind of data, or any integer value using the glib-Type-Conversion-Macros

Link copied to clipboard
val glibListPointer: <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 next: List?

contains the link to the next element in the list

Link copied to clipboard
var prev: List?

contains the link to the previous element in the list

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