Class (GI Struct)

GLib-2.0GLibList

The GLib.List struct is used for each element in a doubly-linked list.

Index

Constructors

Properties

data: any
next: any[]
prev: any[]
$gtype: GType<GLib.List>

Methods