|
|
void | CFDictionaryAddValue (CFMutableDictionaryRef theDict, const void *key, const void *value) |
| |
|
void | CFDictionaryRemoveAllValues (CFMutableDictionaryRef theDict) |
| |
|
void | CFDictionaryRemoveValue (CFMutableDictionaryRef theDict, const void *key) |
| |
|
void | CFDictionaryReplaceValue (CFMutableDictionaryRef theDict, const void *key, const void *value) |
| |
|
void | CFDictionarySetValue (CFMutableDictionaryRef theDict, const void *key, const void *value) |
| |