pa_proplist_gets

Return a string entry for the specified key. Will return NULL if * the data is not valid UTF-8. Will return a NUL-terminated string in * an internally allocated buffer. The caller should make a copy of * the data before accessing the property list again. \since 0.9.11

extern (C)
const(char)*
pa_proplist_gets
(
const(pa_proplist)* p
,
const(char)* key
)

Meta