kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop.internal
/
CCall
CCall
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
]
)
annotation class
CCall
(
val
id
:
String
)
Types
Constructors
Properties
Constructors
CCall
Link copied to clipboard
Native
fun
CCall
(
id
:
String
)
Types
Consumed
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
Consumed
Consumes
Receiver
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
ConsumesReceiver
CString
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
CString
Returns
Retained
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
ReturnsRetained
WCString
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
WCString
Properties
id
Link copied to clipboard
Native
val
id
:
String