wireplumber/modules/module-lua-scripting
George Kiagiadakis 55fc845098 component-loader: make wp_core_load_component_finish() return a boolean
There is no reason to return the component object... all components
are supposed to be long-lived objects that are referenced by the
registry and there is API to find them. The caller is only interested
in the success or failure of the operation.
2023-05-28 21:07:15 +03:00
..
api component-loader: make wp_core_load_component_finish() return a boolean 2023-05-28 21:07:15 +03:00
wplua core: change the component arguments to be WpSpaJson instead of GVariant 2023-05-25 18:29:58 +03:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
module.c component-loader: activate & register objects through a common code path 2023-05-26 21:22:48 +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