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

Go to the source code of this file.

Macros

#define dt_lua_register_storage(L, storage, type_name)    dt_lua_register_storage_type(L, storage, luaA_type_find(#type_name))
 

Functions

void dt_lua_register_storage_type (lua_State *L, struct dt_imageio_module_storage_t *module, luaA_Type type_id)
 
int dt_lua_init_early_storage (lua_State *L)
 

Macro Definition Documentation

◆ dt_lua_register_storage

#define dt_lua_register_storage (   L,
  storage,
  type_name 
)     dt_lua_register_storage_type(L, storage, luaA_type_find(#type_name))

Function Documentation

◆ dt_lua_init_early_storage()

◆ dt_lua_register_storage_type()