wireplumber/modules/module-lua-scripting/api
George Kiagiadakis e1d0240bc9 wplua: split the functionality of the load functions into smaller functions
The load functions used to do 3 things:
- push the sandbox function on the stack
- load the file and push it as a function on the stack
- call the sandbox (or the file)

Now there are separate functions to do these 3:
- wplua_push_sandbox
- wplua_load_*
- wplua_pcall
2022-04-23 20:14:59 +03:00
..
api.c wplua: split the functionality of the load functions into smaller functions 2022-04-23 20:14:59 +03:00
api.lua modules: add m-i18n 2022-04-11 19:20:43 +03:00
config.c wplua: split the functionality of the load functions into smaller functions 2022-04-23 20:14:59 +03:00
gresource.xml wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
json.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
meson.build wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
pod.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
require.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00