| PipeWire
    0.2.7
    | 
| Functions | |
| SPA_EXPORT void | pw_data_loop_add_listener (struct pw_data_loop *loop, struct spa_hook *listener, const struct pw_data_loop_events *events, void *data) | 
| Add an event listener to loop.  More... | |
| SPA_EXPORT struct pw_loop * | pw_data_loop_get_loop (struct pw_data_loop *loop) | 
| Get the loop implementation of this data loop.  More... | |
| SPA_EXPORT void pw_data_loop_add_listener | ( | struct pw_data_loop * | loop, | 
| struct spa_hook * | listener, | ||
| const struct pw_data_loop_events * | events, | ||
| void * | data | ||
| ) | 
Add an event listener to loop.
| SPA_EXPORT struct pw_loop* pw_data_loop_get_loop | ( | struct pw_data_loop * | loop | ) | 
Get the loop implementation of this data loop.
References pw_loop::loop.
Referenced by pw_core::pw_core_new().