Package kotlinx.cinterop.internal

Types

Native
1.3

ConstantValue

Collection of annotations that allow to store constant values.

object ConstantValue

Annotations

Native
1.3

CCall

annotation class CCall
Native
1.3

CEnumEntryAlias

Denotes property that is an alias to some enum entry.

annotation class CEnumEntryAlias
Native
1.3

CEnumVarTypeSize

Stores instance size of the type T: CEnumVar.

annotation class CEnumVarTypeSize
Native
1.3

CStruct

annotation class CStruct

Functions

Native
1.3

detachObjCObject

Detaches the Objective-C object from this Kotlin wrapper. More specifically, releases the Obj-C reference and zeroes the field where it is stored.

fun detachObjCObject(obj: ObjCObject)