wireplumber/modules/module-lua-scripting
George Kiagiadakis c7cb193588 core: introduce the notion of provided features on components
Each component can optionally "provide" a feature, which is basically
a string that describes the feature (ex. "support.dbus"). If the
component loads successfully, the feature is marked as provided and
can be tested for its presence with wp_core_test_feature()
2023-06-20 12:39:29 +03:00
..
api core: introduce the notion of provided features on components 2023-06-20 12:39:29 +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