Handbook
Glossary
CFDictionaryGetValue ( theDict key -- void* )
Vocabulary
core-foundation
.
dictionaries
Inputs
theDict
an
object
key
an
object
Outputs
void*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
core-foundation.dictionaries
FUNCTION:
void*
CFDictionaryGetValue
(
CFDictionaryRef
theDict, void* key )