Package kotlinx.cinterop.internal
Types
ConstantValue
Collection of annotations that allow to store constant values.
object
ConstantValue
Annotations
CCall
annotation
class
CCall
CEnumEntryAlias
Denotes property that is an alias to some enum entry.
annotation
class
CEnumEntryAlias
CEnumVarTypeSize
Stores instance size of the type T: CEnumVar.
annotation
class
CEnumVarTypeSize
CStruct
annotation
class
CStruct
Functions
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
)