mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-26 08:56:49 -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
|
|
@ -45,7 +45,7 @@ enum spa_data_type {
|
|||
SPA_DATA_DmaBuf, /**< fd to dmabuf memory */
|
||||
SPA_DATA_MemId, /**< memory is identified with an id */
|
||||
|
||||
SPA_DATA_LAST, /**< not part of ABI */
|
||||
_SPA_DATA_LAST, /**< not part of ABI */
|
||||
};
|
||||
|
||||
/** Chunk of memory, can change for each buffer */
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ enum spa_meta_type {
|
|||
* associated with the data */
|
||||
SPA_META_Busy, /**< don't write to buffer when count > 0 */
|
||||
|
||||
SPA_META_LAST, /**< not part of ABI/API */
|
||||
_SPA_META_LAST, /**< not part of ABI/API */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue