korlibs
Toggle table of contents
6.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.internal.osx
/
CoreFoundation
/
CFDictionaryCreateMutable
CFDictionary
Create
Mutable
jvm
@
JvmStatic
external
fun
CFDictionaryCreateMutable
(
allocator
:
Pointer
?
,
capacity
:
Int
,
keyCallbacks
:
Pointer
?
,
valueCallbacks
:
Pointer
?
)
:
Pointer
?