wireplumber/src
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
..
config conf: rename '*-settings.conf' files to just '*.conf' 2023-04-17 07:47:09 -04:00
scripts settings: remove _get_{boolean|int|float|string}() APIs 2023-04-17 07:47:09 -04:00
systemd systemd: Allow systemd system services to use module-rt 2022-04-05 06:07:17 +00:00
tools wpctl: add option to limit set-volume final value 2022-08-16 23:57:20 +09:00
main.c 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