wireplumber/tests/wp
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
..
conf conf: remove wp_conf_apply_rules() 2023-11-07 16:36:49 +02:00
settings settings: add API to set, reset, save, delete and iterate settings 2024-02-28 10:20:20 -05:00
component-loader.c config: make it possible to have feature profiles 2023-06-23 20:15:26 +03:00
component-loader.conf comp-loader: add support for wireplumber.components.rules 2023-11-14 12:42:32 +02:00
conf.c conf: drop all the _get_value() functions and remove the fallback from _get_section() 2024-03-04 07:07:56 +00:00
core.c core: return true from _is_connected() only after receiving the info structure 2023-04-17 07:48:18 -04:00
events.c tests/wp/events.c: replace g_assert() with g_assert_true() 2024-02-01 17:45:44 +02:00
factory.c wp-factory: enumerate pw_factory objects 2021-10-19 05:46:46 +00:00
json-utils.c spa-json: rename _from_string() to _wrap_string() and add new "from" variants 2023-11-14 12:36:10 +02:00
meson.build lib: add new json-utils set of functions 2023-11-07 16:36:49 +02:00
metadata.c metadata: remove wp_metadata_iterator_item_extract() API 2024-02-28 08:15:17 -05:00
object-interest.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
object-manager.c tests: add unit test verifying we can remove SIs from OMs while iterating 2022-12-06 12:01:34 +02:00
properties.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
proxy.c tests: stop using fake{sink,src} to avoid skipping tests 2022-12-06 12:01:34 +02:00
session-item.c wp: remove WpSession and WpEndpointLink 2021-05-21 19:57:31 +03:00
settings.c conf: drop all the _get_value() functions and remove the fallback from _get_section() 2024-03-04 07:07:56 +00:00
spa-json.c tests/wp/spa-json: add "undefined" parser unit test 2024-03-04 07:07:56 +00:00
spa-pod.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
spa-type.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
state.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
transition.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00