pulse: improve name of monitors

This commit is contained in:
Wim Taymans 2020-07-08 16:10:45 +02:00
parent 4de3403c99
commit 6d41e17ca3
3 changed files with 38 additions and 7 deletions

View file

@ -358,6 +358,7 @@ struct pa_context {
};
struct global *pa_context_find_global(pa_context *c, uint32_t id);
const char *pa_context_find_global_name(pa_context *c, uint32_t id);
struct global *pa_context_find_global_by_name(pa_context *c, uint32_t mask, const char *name);
struct global *pa_context_find_linked(pa_context *c, uint32_t id);
void pa_context_ensure_registry(pa_context *c);