CssLocation
Allocate a new CssLocation.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Allocate a new CssLocation using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.
Parameters
scope
The AutofreeScope to allocate this structure in.
constructor(bytes: <Error class: unknown class>, chars: <Error class: unknown class>, lines: <Error class: unknown class>, lineBytes: <Error class: unknown class>, lineChars: <Error class: unknown class>)(source)
Allocate a new CssLocation.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Parameters
bytes
chars
lines
lineBytes
lineChars
constructor(bytes: <Error class: unknown class>, chars: <Error class: unknown class>, lines: <Error class: unknown class>, lineBytes: <Error class: unknown class>, lineChars: <Error class: unknown class>, scope: <Error class: unknown class>)(source)
Allocate a new CssLocation using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.
Parameters
bytes
chars
lines
lineBytes
lineChars
scope
The AutofreeScope to allocate this structure in.
constructor(gtkCssLocationPointer: <Error class: unknown class><<Error class: unknown class>>)(source)