|
PipeWire 0.3.38
|

Macros | |
| #define | PW_LOG_TOPIC_DEFAULT log_conf |
Functions | |
| PW_LOG_TOPIC_EXTERN (log_conf) | |
| int | pw_conf_save_state (const char *prefix, const char *name, struct pw_properties *conf) |
| int | pw_conf_load_conf (const char *prefix, const char *name, struct pw_properties *conf) |
| int | pw_conf_load_state (const char *prefix, const char *name, struct pw_properties *conf) |
| int | pw_context_parse_conf_section (struct pw_context *context, struct pw_properties *conf, const char *section) |
| #define PW_LOG_TOPIC_DEFAULT log_conf |
| int pw_conf_load_conf | ( | const char * | prefix, |
| const char * | name, | ||
| struct pw_properties * | conf | ||
| ) |
References name, and pw_log_debug.
Referenced by main(), and sm_media_session_load_conf().
| int pw_conf_load_state | ( | const char * | prefix, |
| const char * | name, | ||
| struct pw_properties * | conf | ||
| ) |
References name, and pw_log_debug.
Referenced by sm_media_session_load_state().
| int pw_conf_save_state | ( | const char * | prefix, |
| const char * | name, | ||
| struct pw_properties * | conf | ||
| ) |
Referenced by sm_media_session_save_state().
| int pw_context_parse_conf_section | ( | struct pw_context * | context, |
| struct pw_properties * | conf, | ||
| const char * | section | ||
| ) |
References pw_properties_get(), and spa_streq().
| PW_LOG_TOPIC_EXTERN | ( | log_conf | ) |