getStrFromDict

Get a string in a dictionnary, and give up its ownership.

version(AU)
nothrow @nogc
bool
getStrFromDict
(
CFDictionaryRef pDict
,
const(char)[] key
,
out string value
)

Meta