pa_proplist_sets

Append a new string entry to the property list, possibly * overwriting an already existing entry with the same key. An * internal copy of the data passed is made. Will accept only valid * UTF-8. Returns zero on success. \since 0.9.11

extern (C)
int
pa_proplist_sets
(,
const(char)* key
,
const(char)* value
)

Meta