pa_proplist_set

Append a new arbitrary data entry to the property list, possibly * overwriting an already existing entry with the same key. An * internal copy of the data passed is made. * Returns zero on success. \since 0.9.11

extern (C)
int
pa_proplist_set
(,
const(char)* key
,
const(void)* data
,
size_t nbytes
)

Meta