wireplumber/tests
Julian Bouzas 2f1aece8b6 settings: remove _get_{boolean|int|float|string}() APIs
They is really no needed with the new _get() API and the WpSpaJson API. In C,
users can use 'wp_spa_json_parse_{boolean|int|float|string}()' APIs to parse the
WpSpaJson. In Lua, users can just do 'Settings.get(setting, m):parse()'.
2023-04-17 07:47:09 -04:00
..
common tests: Add tests for WpSettings object 2023-04-17 07:44:19 -04:00
examples bluez: Add Offload SCO nodes routing sample (for PinePhone) 2022-12-02 11:14:28 +01:00
modules tests: stop using fake{sink,src} to avoid skipping tests 2022-12-06 12:01:34 +02:00
wp settings: remove _get_{boolean|int|float|string}() APIs 2023-04-17 07:47:09 -04:00
wplua settings: remove _get_{boolean|int|float|string}() APIs 2023-04-17 07:47:09 -04:00
meson.build meson: Add options to configure whether to build daemon, tools and modules. 2022-11-23 10:06:11 +00:00