wireplumber/lib
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
..
wp wp: make the config file lookup methods more generic 2021-08-19 10:06:37 +03:00
wpipc wpipc: sender: disconnect and clear all pending tasks if connection was lost 2021-06-28 11:38:37 -04:00
wplua properties: use a boxed WpPropertiesItem type when iterating 2021-07-15 08:55:00 -04:00
meson.build lib: add wpipc library 2021-05-04 18:55:10 -04:00