mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 05:37:04 +00:00
m_property: add M_PROPERTY_DELETE
This commit is contained in:
parent
dc4fd24c6f
commit
e1815789f7
@ -86,6 +86,11 @@ enum mp_property_action {
|
|||||||
// Pass down an action to a sub-property.
|
// Pass down an action to a sub-property.
|
||||||
// arg: struct m_property_action_arg*
|
// arg: struct m_property_action_arg*
|
||||||
M_PROPERTY_KEY_ACTION,
|
M_PROPERTY_KEY_ACTION,
|
||||||
|
|
||||||
|
// Delete a value.
|
||||||
|
// Most properties do not implement this.
|
||||||
|
// arg: (ignored)
|
||||||
|
M_PROPERTY_DELETE,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Argument for M_PROPERTY_SWITCH
|
// Argument for M_PROPERTY_SWITCH
|
||||||
|
Loading…
Reference in New Issue
Block a user