PipeWire
0.3.67
|
Loading/saving properties from/to configuration files. More...
Files | |
file | conf.h |
pipewire/conf.h | |
Functions | |
int | pw_conf_load_conf_for_context (struct pw_properties *props, 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_conf_save_state (const char *prefix, const char *name, const struct pw_properties *conf) |
int | pw_conf_match_rules (const char *str, size_t len, const char *location, const struct spa_dict *props, int(*callback)(void *data, const char *location, const char *action, const char *str, size_t len), void *data) |
[ { matches = [ any of the items in matches needs to match, if one does,actions are emited.More... | |
Loading/saving properties from/to configuration files.
int pw_conf_load_conf_for_context | ( | struct pw_properties * | props, |
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_conf_save_state | ( | const char * | prefix, |
const char * | name, | ||
const struct pw_properties * | conf | ||
) |
int pw_conf_match_rules | ( | const char * | str, |
size_t | len, | ||
const char * | location, | ||
const struct spa_dict * | props, | ||
int(*)(void *data, const char *location, const char *action, const char *str, size_t len) | callback, | ||
void * | data | ||
) |
[ { matches = [
{
<key> =
... } ... ] actions = { <action> =
... } } ]