mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
spa: prefix SPA_*_LAST enum values with an underscore
These are not part of the ABI, prefixing them makes this a bit more obvious that they shouldn't be used.
This commit is contained in:
parent
2ff7a8fba7
commit
0504ebffeb
7 changed files with 15 additions and 15 deletions
|
|
@ -43,7 +43,7 @@ enum spa_control_type {
|
|||
SPA_CONTROL_Midi, /**< data contains a spa_pod_bytes with raw midi data */
|
||||
SPA_CONTROL_OSC, /**< data contains a spa_pod_bytes with an OSC packet */
|
||||
|
||||
SPA_CONTROL_LAST, /**< not part of ABI */
|
||||
_SPA_CONTROL_LAST, /**< not part of ABI */
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue