wireplumber/modules/module-lua-scripting
George Kiagiadakis 2d3d5256b9 lua: add new Log.open_topic() API
This allows lua scripts to work with log topics. A topic must be
opened at the top of the file, in global scope, and subsequently
all log commands should be executed on the returned object instead
of the Log global table
2023-05-16 20:42:28 +03:00
..
api lua: add new Log.open_topic() API 2023-05-16 20:42:28 +03:00
wplua log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
module.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
script.c log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +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