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
: CompareFuncparameter
free_func
: DestroyNotifyparameter
func
: CompareFuncparameter
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.
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>>)