wireplumber/tests
George Kiagiadakis c841ec97a8 conf: drop all the _get_value() functions and remove the fallback from _get_section()
We do not use these APIs, so there's no point in keeping them.

Realistically, every component that needs a section just does its
own parsing on it, so the _get_value() functions are not needed.

The fallback in _get_section() is also not needed, as we always
pass NULL and then test for it. In Lua, however, it seems we are
using the fallback to return an empty object, so that getting
a section does not expand to multiple lines of code. For that reason,
I have kept the syntax there and implemented it in the bindings layer.
2024-03-04 07:07:56 +00:00
..
common conf: refactor configuration loading 2024-03-04 07:07:56 +00:00
examples bt-pinephone.lua: remove useless variable assignments 2024-01-08 12:28:21 +02:00
modules core: introduce the notion of provided features on components 2023-06-20 12:39:29 +03:00
scripts WpLookupDirs: remove the flag for looking into G_TEST_SRCDIR 2024-03-04 07:07:56 +00:00
wp conf: drop all the _get_value() functions and remove the fallback from _get_section() 2024-03-04 07:07:56 +00:00
wplua WpLookupDirs: remove the flag for looking into G_TEST_SRCDIR 2024-03-04 07:07:56 +00:00
meson.build tests: reduce logs coming from libpipewire 2023-06-23 18:01:26 +03:00
script-tester.c scripts: remove settings-manager and use the Settings API 2024-02-28 10:20:31 -05:00