mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
add #defines for all enums that lacked it
This commit is contained in:
parent
04c3c6716b
commit
6bb2c49057
3 changed files with 141 additions and 0 deletions
|
|
@ -194,6 +194,12 @@ typedef enum pa_update_mode {
|
|||
* list. */
|
||||
} pa_update_mode_t;
|
||||
|
||||
/** \cond fulldocs */
|
||||
#define PA_UPDATE_SET PA_UPDATE_SET
|
||||
#define PA_UPDATE_MERGE PA_UPDATE_MERGE
|
||||
#define PA_UPDATE_REPLACE PA_UPDATE_REPLACE
|
||||
/** \endcond */
|
||||
|
||||
/** Merge property list "other" into "p", adhering the merge mode as
|
||||
* specified in "mode". \since 0.9.11 */
|
||||
void pa_proplist_update(pa_proplist *p, pa_update_mode_t mode, pa_proplist *other);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue