mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 14:40:03 +01:00
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()'.
|
||
|---|---|---|
| .. | ||
| api.c | ||
| api.lua | ||
| config.c | ||
| gresource.xml | ||
| json.c | ||
| meson.build | ||
| pod.c | ||
| require.c | ||