pa_update_mode

Update mode enum for pa_proplist_update(). \since 0.9.11

Values

ValueMeaning
PA_UPDATE_SET0
PA_UPDATE_MERGE1

< Replace the entire property list with the new one. Don't keep * any of the old data around.

PA_UPDATE_REPLACE2

< Merge new property list into the existing one, not replacing * any old entries if they share a common key with the new * property list.

Meta