PipeWire 1.2.6
|
A hook, contains the structure with functions and the data passed to the functions. More...
#include <spa/utils/hook.h>
Data Fields | |
struct spa_list | link |
struct spa_callbacks | cb |
void(* | removed )(struct spa_hook *hook) |
callback and data for the hook list, private to the hook_list implementor | |
void * | priv |
A hook, contains the structure with functions and the data passed to the functions.
A hook should be treated as opaque by the caller.
struct spa_list spa_hook::link |
struct spa_callbacks spa_hook::cb |
void(* spa_hook::removed) (struct spa_hook *hook) |
callback and data for the hook list, private to the hook_list implementor
void* spa_hook::priv |