wireplumber/lib
George Kiagiadakis 42b64bfc28 spa-json: rename _from_string() to _wrap_string() and add new "from" variants
The previous naming convention was confusing because it did not make
it explicit that the string is not being copied. We had this wrong already
in the Lua bindings and thanks to some miracle it hasn't backfired so far
(it was using the "wrap" behaviour with a string that doesn't stay alive).

In some places we actually need the "copy" behaviour and in some other
places we need the "wrap" behaviour, so let's have both variants available.
2023-11-14 12:36:10 +02:00
..
wp spa-json: rename _from_string() to _wrap_string() and add new "from" variants 2023-11-14 12:36:10 +02:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00