Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
lua.h File Reference
#include "common/dtpthread.h"
#include <glib.h>
+ Include dependency graph for lua.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dt_lua_state_t
 

Macros

#define LUAA_INVALID_TYPE   -1
 

Typedefs

typedef int lua_State
 
typedef int(* lua_CFunction) (lua_State *L)
 
typedef int luaA_Type
 

Macro Definition Documentation

◆ LUAA_INVALID_TYPE

#define LUAA_INVALID_TYPE   -1

Typedef Documentation

◆ lua_CFunction

typedef int(* lua_CFunction) (lua_State *L)

◆ lua_State

typedef int lua_State

◆ luaA_Type

typedef int luaA_Type