wireplumber/modules
George Kiagiadakis 27ed36c2da wp: make the config file lookup methods more generic
* Make the flags public and give them nicer names
* Pass down the flags from the caller, so the caller can now explicitly
  ask for looking into specific directories
* Rename the methods
* Remove and inline the wp_get_xdg_config_dir() method, since it's only
  used internally
* Refactor the lookup dirs ordering to get both WIREPLUMBER_*_DIR env
  variables to replace all the other directories. Previously, we were looking
  for scripts in WIREPLUMBER_DATA_DIR, but we were also looking in /etc at
  the same time (with precedence, even), which could result in unexpected
  behaviour. Now, if a WIREPLUMBER environment variable is specified,
  we only look in there.
2021-08-19 10:06:37 +03:00
..
module-default-nodes m-default-nodes: move common code to a new header 2021-03-31 13:10:13 +03:00
module-lua-scripting wp: make the config file lookup methods more generic 2021-08-19 10:06:37 +03:00
module-portal-permissionstore docs: api: Replace hotdoc specific commands with Doxygen specific commands 2021-05-25 14:19:53 +03:00
module-reserve-device m-reserve-device: use a weak ref instead of raw pointer for transition 2021-06-25 11:04:30 -04:00
module-si-audio-adapter m-si-adapter: rename to si-audio-adapter 2021-03-18 14:47:22 -04:00
meson.build modules: add new API module to monitor files 2021-08-10 11:50:51 +03:00
module-default-nodes-api.c s/metadatas/metadata/g 2021-06-18 10:44:24 +03:00
module-default-nodes.c m-default-nodes: properly parse args 2021-06-25 08:50:08 -04:00
module-default-profile.c state: remove support for groups and propagate save errors 2021-06-04 18:36:19 +03:00
module-device-activation.c m-device-activation: don't set device routes 2021-06-03 16:32:12 +03:00
module-file-monitor-api.c modules: add new API module to monitor files 2021-08-10 11:50:51 +03:00
module-ipc.c s/metadatas/metadata/g 2021-06-18 10:44:24 +03:00
module-lua-scripting.c wp: make the config file lookup methods more generic 2021-08-19 10:06:37 +03:00
module-metadata.c lib: introduce WpComponentLoader and remove WpModule 2021-02-03 17:16:51 +02:00
module-mixer-api.c build: fix volatile compatible-pointer-types warnings 2021-08-18 09:17:05 -04:00
module-si-audio-adapter.c si-audio-adapter/endpoint: do not sync() in loops, use ports-changed instead 2021-06-18 15:14:03 +03:00
module-si-audio-endpoint.c si-audio-adapter/endpoint: do not sync() in loops, use ports-changed instead 2021-06-18 15:14:03 +03:00
module-si-node.c pipewire-object: fix memory leaks when getting properties 2021-06-03 14:53:00 -04:00
module-si-standard-link.c m-si-standard-link: make link_all a parameter 2021-06-25 08:50:08 -04:00