wireplumber/lib
George Kiagiadakis e92351b23b wplua: gvariant_to_lua: convert dictionary keys to integers if possible
When we convert from a lua table to a GVariant dictionary, it is not
possible to maintain the hybrid string & integer keys approach that Lua
has for tables, so we convert all keys to strings and a table becomes a{sv}

When we convert back from a{sv} to a table, it is desirable to get back
the integer keys wherever possible.

The use case is to pass "arrays" (i.e. tables with integer keys) from
the configuration files to the lua scripts, without losing the properties
of the "array"
2021-02-15 18:50:56 +02:00
..
wp object-interest: allow matching against WpProperties objects 2021-02-13 11:55:00 +02:00
wplua wplua: gvariant_to_lua: convert dictionary keys to integers if possible 2021-02-15 18:50:56 +02:00
meson.build wptoml: remove, it's not used anymore 2021-02-03 17:16:51 +02:00