|
const struct pw_core_info * | pw_core_get_info (struct pw_core *core) |
| Get the core info object. More...
|
|
struct pw_global * | pw_core_get_global (struct pw_core *core) |
| Get the core global object. More...
|
|
void | pw_core_add_listener (struct pw_core *core, struct spa_hook *listener, const struct pw_core_events *events, void *data) |
| Add a new event listener to a core. More...
|
|
void | pw_core_set_permission_callback (struct pw_core *core, pw_permission_func_t callback, void *data) |
| Set a callback that will be called to check the permissions of a global object for a client. More...
|
|
struct pw_type * | pw_core_get_type (struct pw_core *core) |
| Get the type object of a core. More...
|
|
const struct spa_support * | pw_core_get_support (struct pw_core *core, uint32_t *n_support) |
| Get the core support objects. More...
|
|
struct pw_loop * | pw_core_get_main_loop (struct pw_core *core) |
| get the core main loop More...
|
|
const struct pw_properties * | pw_core_get_properties (struct pw_core *core) |
| Get the core properties. More...
|
|
bool | pw_core_for_each_global (struct pw_core *core, bool(*callback)(void *data, struct pw_global *global), void *data) |
| iterate the globals More...
|
|
struct pw_global * | pw_core_find_global (struct pw_core *core, uint32_t id) |
| Find a core global by id. More...
|
|