#include <glib.h>
#include <lua/lua.h>
Go to the source code of this file.
|
#define | dt_lua_push_glist(L, list, type_name) dt_lua_push_glist_type(L, list, luaA_type_find(L,type_name)) |
|
#define | dt_lua_to_glist(L, type_name, index) dt_lua_to_glist_type(L, luaA_type_find(L,type_name), index) |
|
◆ dt_lua_push_glist
◆ dt_lua_to_glist
#define dt_lua_to_glist |
( |
|
L, |
|
|
|
type_name, |
|
|
|
index |
|
) |
| dt_lua_to_glist_type(L, luaA_type_find(L,type_name), index) |
◆ dt_lua_init_glist()
◆ dt_lua_push_glist_type()
◆ dt_lua_to_glist_type()