| 
    PipeWire
    0.3.67
    
   | 
 
context events emitted by the context object added with pw_context_add_listener More...
Data Fields | |
| uint32_t | version | 
| void(* | destroy )(void *data) | 
| The context is being destroyed.  More... | |
| void(* | free )(void *data) | 
| The context is being freed.  More... | |
| void(* | check_access )(void *data, struct pw_impl_client *client) | 
| a new client object is added  More... | |
| void(* | global_added )(void *data, struct pw_global *global) | 
| a new global object was added  More... | |
| void(* | global_removed )(void *data, struct pw_global *global) | 
| a global object was removed  More... | |
context events emitted by the context object added with pw_context_add_listener
| uint32_t pw_context_events::version | 
| void(* pw_context_events::destroy) (void *data) | 
The context is being destroyed.
| void(* pw_context_events::free) (void *data) | 
The context is being freed.
| void(* pw_context_events::check_access) (void *data, struct pw_impl_client *client) | 
a new client object is added
| void(* pw_context_events::global_added) (void *data, struct pw_global *global) | 
a new global object was added
| void(* pw_context_events::global_removed) (void *data, struct pw_global *global) | 
a global object was removed