PipeWire  0.3.67
conf.h
Go to the documentation of this file.
1 /* PipeWire */
2 /* SPDX-FileCopyrightText: Copyright © 2021 Wim Taymans */
3 /* SPDX-License-Identifier: MIT */
4 
5 #include <pipewire/context.h>
6 
16 int pw_conf_load_conf_for_context(struct pw_properties *props, struct pw_properties *conf);
17 int pw_conf_load_conf(const char *prefix, const char *name, struct pw_properties *conf);
18 int pw_conf_load_state(const char *prefix, const char *name, struct pw_properties *conf);
19 int pw_conf_save_state(const char *prefix, const char *name, const struct pw_properties *conf);
20 
21 int pw_conf_match_rules(const char *str, size_t len, const char *location,
22  const struct spa_dict *props,
23  int (*callback) (void *data, const char *location, const char *action,
24  const char *str, size_t len),
25  void *data);
26 
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:344
int pw_conf_load_conf(const char *prefix, const char *name, struct pw_properties *conf)
Definition: conf.c:453
int pw_conf_load_conf_for_context(struct pw_properties *props, struct pw_properties *conf)
Definition: conf.c:1017
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:1107
pipewire/context.h
Definition: properties.h:33
Definition: utils/dict.h:39