wireplumber/lib
George Kiagiadakis 7c1fc1c567 wplua: table_to_properties: use luaL_tolstring to do string conversions
The advantage is that luaL_tolstring behaves the same as the native lua
tostring() function, while lua_tostring() does not. In particular, boolean
values are converted properly to "true" and "false" now, while they were
not converted with lua_tostring()

Add a unit test too
2021-02-16 16:53:22 +02:00
..
wp object-interest: allow matching against WpProperties objects 2021-02-13 11:55:00 +02:00
wplua wplua: table_to_properties: use luaL_tolstring to do string conversions 2021-02-16 16:53:22 +02:00
meson.build wptoml: remove, it's not used anymore 2021-02-03 17:16:51 +02:00