m-lua-scripting: complete Lua Settings API

This patch adds the new WpSettings API in Lua.
This commit is contained in:
Julian Bouzas
2024-02-21 09:49:13 -05:00
parent 138591c449
commit f2e7a41175
3 changed files with 302 additions and 37 deletions

View File

@@ -97,7 +97,7 @@ spa_json_is_object (lua_State *L)
return 1;
}
static void
void
push_luajson (lua_State *L, WpSpaJson *json, gint n_recursions)
{
/* Null */