I have a CFMutableDictionary which contains a number of
<key><array>, <key><string> and <key><number>, etc.
How do I update the array with new content? Without affecting the
rest of the dictionary? Is there a CFDictionary*Replace* function?
Take a look at the CFMutableDictionary Reference page in Apple's
documentation for the functions:
CFDictionaryReplaceValue
or
CFDictionarySetValue
hope that helps!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden