mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
rework module usage counter stuff to be pull based
This commit is contained in:
parent
edf88a5150
commit
bae221cca9
17 changed files with 126 additions and 18 deletions
|
|
@ -18,9 +18,11 @@ gen_symbol(pa__get_description)
|
|||
gen_symbol(pa__get_usage)
|
||||
gen_symbol(pa__get_version)
|
||||
gen_symbol(pa__load_once)
|
||||
gen_symbol(pa__get_n_used)
|
||||
|
||||
int pa__init(pa_module*m);
|
||||
void pa__done(pa_module*m);
|
||||
int pa__get_n_used(pa_module*m);
|
||||
|
||||
const char* pa__get_author(void);
|
||||
const char* pa__get_description(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue