Package-level declarations
Types
Properties
Link copied to clipboard
val staticStableRefDestroy: <Error class: unknown class><<Error class: unknown class><(<Error class: unknown class>?, <Error class: unknown class><<Error class: unknown class>>?) -> Unit>>
Helper function that can be used as a destroy_data handler when connecting to a signal or when executing callbacks.
Functions
Link copied to clipboard
inline fun <COMPANION : RecordCompanion<TYPE, STRUCT>, TYPE : Record, STRUCT> COMPANION.allocate(): RecordRef<TYPE>
Allocate memory and instantiate a wrapper instance of this record type on the native heap.
inline fun <COMPANION : RecordCompanion<TYPE, STRUCT>, TYPE : Record, STRUCT> COMPANION.allocate(scope: <Error class: unknown class>): TYPE
Allocate memory and instantiate a wrapper instance of this record in the given MemScope