mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated
This commit is contained in:
parent
1c4393acf0
commit
c224aace42
11 changed files with 31 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ typedef struct pa_modinfo {
|
|||
char *description;
|
||||
char *usage;
|
||||
char *version;
|
||||
char *deprecated;
|
||||
pa_bool_t load_once;
|
||||
} pa_modinfo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue