Package-level declarations

Types

Link copied to clipboard

MemoryCleaner manages the cleanup of native memory associated with Proxy objects.

Link copied to clipboard
interface Proxy

Represents an instance of a proxy object with a handle to an object in native memory.

Link copied to clipboard
open class ProxyInstance(val handle: <Error class: unknown class>) : Proxy

Base type for a Kotlin proxy object to an instance in native memory.

Functions

Link copied to clipboard
fun getTypeOrNull(getTypeFunctionName: String): <Error class: unknown class>?

Gets the GType of a symbol if it exists.

Link copied to clipboard
inline fun <T : Function<*>> loadSymbolFunction(symbolName: String): <Error class: unknown class><<Error class: unknown class><T>>?

Dynamically resolves a symbol as a C function pointer of type T.