mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -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
|
|
@ -71,6 +71,8 @@ static void long_info(const char *name, const char *path, pa_modinfo *i) {
|
|||
if (i->usage)
|
||||
printf(_("Usage: %s\n"), i->usage);
|
||||
printf(_("Load Once: %s\n"), pa_yes_no(i->load_once));
|
||||
if (i->deprecated)
|
||||
printf(_("DEPRECATION WARNING: %s\n"), i->deprecated);
|
||||
}
|
||||
|
||||
if (path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue