Go to the source code of this file.
| int const char* pw_properties_get |
( |
const struct pw_properties * |
properties, |
|
|
const char * |
key |
|
) |
| |
| const char* pw_properties_iterate |
( |
const struct pw_properties * |
properties, |
|
|
void ** |
state |
|
) |
| |
| struct pw_properties* pw_properties_new |
( |
const char * |
key, |
|
|
|
... |
|
) |
| |
Referenced by pw_client::pw_client_new(), pw_core::pw_core_new(), pw_factory_register(), pw_link_register(), pw_module::pw_module_load(), pw_node_new(), pw_node_register(), pw_port_new(), pw_properties::pw_properties_copy(), pw_remote_new(), and pw_stream_new().
| struct pw_properties* pw_properties_new_dict |
( |
const struct spa_dict * |
dict | ) |
|
| struct pw_properties* pw_properties_new_string |
( |
const char * |
args | ) |
|
| int pw_properties_set |
( |
struct pw_properties * |
properties, |
|
|
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
Referenced by pw_client::pw_client_update_properties(), pw_core::pw_core_update_properties(), pw_factory_register(), pw_pipewire::pw_fill_remote_properties(), pw_module::pw_module_load(), pw_node_register(), pw_node_update_properties(), pw_port_add(), pw_port_update_properties(), pw_properties::pw_properties_merge(), pw_remote_disconnect(), pw_stream_connect(), pw_stream_destroy(), and pw_stream_new().
| int pw_properties_setf |
( |
struct pw_properties * |
properties, |
|
|
const char * |
key, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |