wireplumber/lib
George Kiagiadakis 55a6d20def configuration: implement grouping files in subdirectories
This patch allows configuring an "extension" string that filters
files not only by extension, but also by a subdirectory of the
standard configuration path(s).

The "extension" can now have the following format:
  "subdirectory/path/extension"
which is split on the last '/' and looks for files that end with
".extension" in "WIREPLUMBER_CONFIG_DIR/subdirectory/path/"

If no subdirectory is specified, the code behaves just like it did
before.
2020-12-16 09:40:55 +02:00
..
wp configuration: implement grouping files in subdirectories 2020-12-16 09:40:55 +02:00
wplua wplua: add proper GError domain & error codes 2020-12-15 18:36:14 +02:00
wptoml Allow system cpptoml 2020-07-22 20:25:58 +02:00
meson.build wplua: new simple engine to integrate GObject with Lua 2020-12-11 17:07:20 +02:00