wireplumber/modules/module-lua-scripting
George Kiagiadakis 475ec4944d lib/settings: make the WpSettings object a non-singleton
This doesn't need to be a singleton, since we have the core registration
API available publicly nowadays. Makes things more clean for the API,
following the pattern of WpPlugin and WpSiFactory and simplifies the
built-in settings component in the internal component loader :)
2024-02-10 17:48:23 +02:00
..
api lib/settings: make the WpSettings object a non-singleton 2024-02-10 17:48:23 +02:00
wplua m-lua-scripting: check argument type is table to avoid crashing 2023-10-13 22:47:57 +03:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
module.c core: load components internally and refactor main to just activate it 2023-06-23 18:01:26 +03:00
script.c core: change the component arguments to be WpSpaJson instead of GVariant 2023-05-25 18:29:58 +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