mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 12:20: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 |
||
|---|---|---|
| .. | ||
| api.c | ||
| api.lua | ||
| config.c | ||
| gresource.xml | ||
| json.c | ||
| meson.build | ||
| pod.c | ||
| require.c | ||