wireplumber/modules/module-lua-scripting
Ashok Sidipotu 7d304096e5 lib: Add _get_{int,string}() APIs
- add integer and string version of the APIs,
- Also Refine the APIs, return value to indicate the setting existance
  and a new param to return the value of the setting.
- add their lua bindings as well, in lua binding the return value nil
  indicates that the setting is not defnied.
- Add corresponding C and lua tests as well.
- Add a few handy debug msgs.
2023-04-17 07:44:19 -04:00
..
api lib: Add _get_{int,string}() APIs 2023-04-17 07:44:19 -04:00
wplua m-lua-scripting: fix object refcounting 2022-05-24 11:40:35 +02:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
module.c main: Add support for deps flag in loading modules 2023-04-17 07:44:19 -04:00
script.c lua: sandbox: remove all traces of the minimal_std flag, as it's no longer used 2022-04-23 20:14:59 +03:00
script.h m-lua-scripting: wrap every script in a WpPlugin and expose async activation api 2022-04-23 20:14:59 +03:00