28                int (*callback) (
void *data, 
const char *location, 
const char *section,
 
   29                        const char *str, 
size_t len),
 
   34                int (*callback) (
void *data, 
const char *location, 
const char *action,
 
   35                        const char *str, 
size_t len),
 
   40                int (*callback) (
void *data, 
const char *location, 
const char *action,
 
   41                        const char *str, 
size_t len),
 
int pw_conf_section_for_each(const struct spa_dict *conf, const char *section, int(*callback)(void *data, const char *location, const char *section, const char *str, size_t len), void *data)
Definition conf.c:943
 
int pw_conf_section_update_props(const struct spa_dict *conf, const char *section, struct pw_properties *props)
Definition conf.c:981
 
int pw_conf_load_state(const char *prefix, const char *name, struct pw_properties *conf)
Definition conf.c:518
 
int pw_conf_save_state(const char *prefix, const char *name, const struct pw_properties *conf)
Definition conf.c:346
 
int pw_conf_load_conf(const char *prefix, const char *name, struct pw_properties *conf)
Definition conf.c:453
 
int pw_conf_section_match_rules(const struct spa_dict *conf, const char *section, const struct spa_dict *props, int(*callback)(void *data, const char *location, const char *action, const char *str, size_t len), void *data)
Definition conf.c:1173
 
int pw_conf_load_conf_for_context(struct pw_properties *props, struct pw_properties *conf)
Definition conf.c:1026
 
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 = [
Definition conf.c:1106
 
Definition properties.h:33