| http://www.w3.org/ns/prov#value | - This field is particularly relevant because it is used when creating hooks.Creating and freeing hook slots is done through two functions defined in pulsecore/hook-list.h:pa_hook_slot* pa_hook_connect(pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data);void pa_hook_slot_free(pa_hook_slot *slot);The core hook types are stored in the hooks array in pa_core, which is indexed according
|