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

Go to the source code of this file.

Typedefs

typedef struct dt_view_tdt_lua_view_t
 

Functions

void dt_lua_register_view (lua_State *L, struct dt_view_t *self)
 
int dt_lua_init_early_view (lua_State *L)
 
int dt_lua_init_view (lua_State *L)
 

Typedef Documentation

◆ dt_lua_view_t

typedef struct dt_view_t* dt_lua_view_t

Function Documentation

◆ dt_lua_init_early_view()

int dt_lua_init_early_view ( lua_State L)

◆ dt_lua_init_view()

◆ dt_lua_register_view()