m_property: add M_PROPERTY_DELETE

This commit is contained in:
rcombs 2022-12-16 14:59:04 -06:00
parent dc4fd24c6f
commit e1815789f7
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ enum mp_property_action {
// Pass down an action to a sub-property.
// arg: struct m_property_action_arg*
M_PROPERTY_KEY_ACTION,
// Delete a value.
// Most properties do not implement this.
// arg: (ignored)
M_PROPERTY_DELETE,
};
// Argument for M_PROPERTY_SWITCH