mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -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
|
|
@ -17,6 +17,7 @@ gen_symbol(pa__get_author)
|
|||
gen_symbol(pa__get_description)
|
||||
gen_symbol(pa__get_usage)
|
||||
gen_symbol(pa__get_version)
|
||||
gen_symbol(pa__get_deprecated)
|
||||
gen_symbol(pa__load_once)
|
||||
gen_symbol(pa__get_n_used)
|
||||
|
||||
|
|
@ -28,6 +29,7 @@ const char* pa__get_author(void);
|
|||
const char* pa__get_description(void);
|
||||
const char* pa__get_usage(void);
|
||||
const char* pa__get_version(void);
|
||||
const char* pa__get_deprecated(void);
|
||||
pa_bool_t pa__load_once(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue