List

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

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

Skipped during bindings generation

  • field data: gpointer

Constructors

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

Types

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

Properties

Link copied to clipboard
val glibListPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val next: List?

contains the link to the next element in the list

Link copied to clipboard
val prev: List?

contains the link to the previous element in the list