SList
class SList(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null) : ProxyInstance
The #GSList struct is used for each element in the singly-linked list.
Skipped during bindings generation
parameter
func
: CompareFuncparameter
free_func
: DestroyNotifyparameter
func
: CompareFuncparameter
allocator
: Allocatorparameter
compare_func
: CompareFunc
Constructors
Link copied to clipboard
constructor()
Allocate a new SList.
constructor(scope: <Error class: unknown class>)
Allocate a new SList using the provided AutofreeScope.
Allocate a new SList.
Allocate a new SList using the provided AutofreeScope.
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)