pa_proplist_to_string

Format the property list nicely as a human readable string. This * works very much like pa_proplist_to_string_sep() and uses a newline * as separator and appends one final one. Call pa_xfree() on the * result. \since 0.9.11

extern (C)
char*
pa_proplist_to_string
(
const(pa_proplist)* p
)

Meta