prop_dictionary.c | 1018 * prop_dictionary_set -- 1023 prop_dictionary_set(prop_dictionary_t pd, const char *key, prop_object_t po) function in typeref:typename:_PROP_EXPORT bool 1127 return (prop_dictionary_set(pd, pdk->pdk_key, po)); 1332 prop_dictionary_set(dict, tmpkey, child) == false) {
|