Is there a serious reason why pa_proplist_copy takes a non constant pointer to the property list to copy? Background: I have a C++ wrapper for the PulseAudio API, and in C++ copy constructors must take constant references. Marcel