wireplumber/modules/module-lua-scripting
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
..
api.c m-lua-scripting: Add WpImplModule bindings 2021-08-18 16:04:39 +00:00
api.lua doc: Add WpImplModule docs for the C and Lua API 2021-08-18 16:04:39 +00:00
config.c wp: make the config file lookup methods more generic 2021-08-19 10:06:37 +03:00
gresource.xml modules: implement module-lua-scripting 2020-12-20 18:10:22 +02:00
pod.c m-lua-scripting: unref value pod after adding it to control 2021-06-30 14:06:48 -04:00
require.c lua: add a Core.require_api() utility function 2021-04-09 15:52:17 +03:00