mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 13:30:04 +01:00
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 |
||
|---|---|---|
| .. | ||
| boxed.c | ||
| closure.c | ||
| gresource.xml | ||
| meson.build | ||
| object.c | ||
| private.h | ||
| sandbox.lua | ||
| userdata.c | ||
| value.c | ||
| wplua.c | ||
| wplua.h | ||