wireplumber/modules/module-lua-scripting
George Kiagiadakis 905636dc8d lua/api: improve getting optional Interest arguments
Add the ability to construct an Interest argument without
using the Interest keyword, so instead of:

  om:lookup(Interest { type = "session" })

we can now write:

  om:lookup { type = "session" }

... and also remove lookup_filtered from ObjectManager
2021-03-02 13:11:54 +02:00
..
api.c lua/api: improve getting optional Interest arguments 2021-03-02 13:11:54 +02:00
api.lua m-lua-scripting/pod: push pod constructors using luaL_newlib instead of manually 2021-02-05 12:11:15 +02:00
config.c wplua: improve gvariant <-> lua conversion functions 2021-02-15 14:43:18 +02:00
gresource.xml modules: implement module-lua-scripting 2020-12-20 18:10:22 +02:00
pod.c lua/pod: don't crash on parsing objects with unknown keys, just ignore them 2021-03-01 17:57:32 +02:00