pulse.subscribe

Undocumented in source.

Members

Aliases

pa_context_subscribe_cb_t
alias pa_context_subscribe_cb_t = void function(pa_context* c, pa_subscription_event_type_t t, uint idx, void* userdata)

Subscription event callback prototype

Functions

pa_context_set_subscribe_callback
void pa_context_set_subscribe_callback(pa_context* c, pa_context_subscribe_cb_t cb, void* userdata)

Set the context specific call back function that is called whenever the state of the daemon changes

pa_context_subscribe
pa_operation* pa_context_subscribe(pa_context* c, pa_subscription_mask_t m, pa_context_success_cb_t cb, void* userdata)

Enable event notification

Meta