CGlobalAccess
Indicates that the annotated property getter or setter accesses a C global with the provided linkage name.
Since Kotlin
1.3Types
Link copied to clipboard
For a @CGlobalAccess property getter, indicates that it returns not a value of that global, but a pointer to the global.
Since Kotlin 1.3