pulse-server: actually print properties of module

When inspecting the loaded modules, actually list the properties that
were used when loading the module instead of the informational generic
ones from the info.

Pulsaudio also does not list the Usage properties when listing modules.
This commit is contained in:
Wim Taymans 2026-06-25 09:10:47 +02:00
parent 9bcbd7b586
commit d97a9bf44b
4 changed files with 41 additions and 22 deletions

View file

@ -86,6 +86,7 @@ struct module {
const struct module_info *module_info_next(struct impl *impl, const struct module_info *info);
const struct module_info *module_info_find(struct impl *impl, const char *name);
char *module_info_usage(const struct module_info *info);
struct module *module_create(struct impl *impl, const char *name, const char *args);
void module_free(struct module *module);