wireplumber/modules/module-lua-scripting/wplua
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
..
boxed.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
closure.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
gresource.xml 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
object.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
private.h wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
sandbox.lua wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
userdata.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
value.c wplua: move under modules/module-lua-scripting 2022-03-24 09:47:59 +02:00
wplua.c wplua: split the functionality of the load functions into smaller functions 2022-04-23 20:14:59 +03:00
wplua.h wplua: split the functionality of the load functions into smaller functions 2022-04-23 20:14:59 +03:00