Skip to content

engine: Implement basic types from gvariant to lua

Bastien Nocera requested to merge victortoso/anatole-wip-gvariant-to-lua into master

Implemented uint*, int*, string, double and boolean types.

Current test is only for int64 to lua_Integer, we should improve unit test soon so we can guarantee that code is doing what we expect it to do, etc.

GVariant generic type of structs to table in lua isn't implemented yet.

Merge request reports