mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-11 12:50:16 +01:00
* 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. |
||
|---|---|---|
| .. | ||
| module-default-nodes | ||
| module-lua-scripting | ||
| module-portal-permissionstore | ||
| module-reserve-device | ||
| module-si-audio-adapter | ||
| meson.build | ||
| module-default-nodes-api.c | ||
| module-default-nodes.c | ||
| module-default-profile.c | ||
| module-device-activation.c | ||
| module-file-monitor-api.c | ||
| module-ipc.c | ||
| module-lua-scripting.c | ||
| module-metadata.c | ||
| module-mixer-api.c | ||
| module-si-audio-adapter.c | ||
| module-si-audio-endpoint.c | ||
| module-si-node.c | ||
| module-si-standard-link.c | ||