mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
core, core-scache: Fire hooks for new, changed and removed events
(Refactored by David Henningsson)
This commit is contained in:
parent
e0b8966954
commit
7a3ed4af12
2 changed files with 16 additions and 3 deletions
|
|
@ -131,6 +131,9 @@ typedef enum pa_core_hook {
|
|||
PA_CORE_HOOK_MODULE_NEW,
|
||||
PA_CORE_HOOK_MODULE_PROPLIST_CHANGED,
|
||||
PA_CORE_HOOK_MODULE_UNLINK,
|
||||
PA_CORE_HOOK_SAMPLE_CACHE_NEW,
|
||||
PA_CORE_HOOK_SAMPLE_CACHE_CHANGED,
|
||||
PA_CORE_HOOK_SAMPLE_CACHE_UNLINK,
|
||||
PA_CORE_HOOK_MAX
|
||||
} pa_core_hook_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue