|
PipeWire 0.3.38
|
Data Structures | |
| struct | pw_client_info |
| The client information. More... | |
| struct | pw_client_events |
| Client events. More... | |
| struct | pw_client_methods |
| Client methods. More... | |
Macros | |
| #define | PW_TYPE_INTERFACE_Client PW_TYPE_INFO_INTERFACE_BASE "Client" |
| #define | PW_VERSION_CLIENT 3 |
| #define | PW_ID_CLIENT 1 |
| #define | PW_CLIENT_EVENT_INFO 0 |
| #define | PW_CLIENT_EVENT_PERMISSIONS 1 |
| #define | PW_CLIENT_EVENT_NUM 2 |
| #define | PW_CLIENT_METHOD_ADD_LISTENER 0 |
| #define | PW_CLIENT_METHOD_ERROR 1 |
| #define | PW_CLIENT_METHOD_UPDATE_PROPERTIES 2 |
| #define | PW_CLIENT_METHOD_GET_PERMISSIONS 3 |
| #define | PW_CLIENT_METHOD_UPDATE_PERMISSIONS 4 |
| #define | PW_CLIENT_METHOD_NUM 5 |
| #define | pw_client_method(o, method, version, ...) |
| #define | pw_client_add_listener(c, ...) pw_client_method(c,add_listener,0,__VA_ARGS__) |
| #define | pw_client_error(c, ...) pw_client_method(c,error,0,__VA_ARGS__) |
| #define | pw_client_update_properties(c, ...) pw_client_method(c,update_properties,0,__VA_ARGS__) |
| #define | pw_client_get_permissions(c, ...) pw_client_method(c,get_permissions,0,__VA_ARGS__) |
| #define | pw_client_update_permissions(c, ...) pw_client_method(c,update_permissions,0,__VA_ARGS__) |
Functions | |
| struct pw_client_info * | pw_client_info_update (struct pw_client_info *info, const struct pw_client_info *update) |
| Update an existing pw_client_info with update with reset. More... | |
| struct pw_client_info * | pw_client_info_merge (struct pw_client_info *info, const struct pw_client_info *update, bool reset) |
| Merge an existing pw_client_info with update. More... | |
| void | pw_client_info_free (struct pw_client_info *info) |
| Free a pw_client_info. More... | |
| #define pw_client_add_listener | ( | c, | |
| ... | |||
| ) | pw_client_method(c,add_listener,0,__VA_ARGS__) |
| #define pw_client_error | ( | c, | |
| ... | |||
| ) | pw_client_method(c,error,0,__VA_ARGS__) |
| #define PW_CLIENT_EVENT_INFO 0 |
| #define PW_CLIENT_EVENT_NUM 2 |
| #define PW_CLIENT_EVENT_PERMISSIONS 1 |
| #define pw_client_get_permissions | ( | c, | |
| ... | |||
| ) | pw_client_method(c,get_permissions,0,__VA_ARGS__) |
| #define pw_client_method | ( | o, | |
| method, | |||
| version, | |||
| ... | |||
| ) |
| #define PW_CLIENT_METHOD_ADD_LISTENER 0 |
| #define PW_CLIENT_METHOD_ERROR 1 |
| #define PW_CLIENT_METHOD_GET_PERMISSIONS 3 |
| #define PW_CLIENT_METHOD_NUM 5 |
| #define PW_CLIENT_METHOD_UPDATE_PERMISSIONS 4 |
| #define PW_CLIENT_METHOD_UPDATE_PROPERTIES 2 |
| #define pw_client_update_permissions | ( | c, | |
| ... | |||
| ) | pw_client_method(c,update_permissions,0,__VA_ARGS__) |
| #define pw_client_update_properties | ( | c, | |
| ... | |||
| ) | pw_client_method(c,update_properties,0,__VA_ARGS__) |
| #define PW_ID_CLIENT 1 |
| #define PW_TYPE_INTERFACE_Client PW_TYPE_INFO_INTERFACE_BASE "Client" |
| #define PW_VERSION_CLIENT 3 |
| void pw_client_info_free | ( | struct pw_client_info * | info | ) |
Free a pw_client_info.
References pw_client_info::props.
| struct pw_client_info * pw_client_info_merge | ( | struct pw_client_info * | info, |
| const struct pw_client_info * | update, | ||
| bool | reset | ||
| ) |
Merge an existing pw_client_info with update.
References pw_client_info::change_mask, pw_client_info::id, pw_client_info::props, and PW_CLIENT_CHANGE_MASK_PROPS.
Referenced by pw_client_info_update().
| struct pw_client_info * pw_client_info_update | ( | struct pw_client_info * | info, |
| const struct pw_client_info * | update | ||
| ) |
Update an existing pw_client_info with update with reset.
References pw_client_info_merge().