Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_module_order_row_t Struct Reference

One main.module_order row. More...

#include <history_repository.h>

+ Collaboration diagram for dt_module_order_row_t:

Data Fields

int version
 
char * iop_list
 

Detailed Description

One main.module_order row.

Definition at line 251 of file history_repository.h.

Field Documentation

◆ iop_list

char* dt_module_order_row_t::iop_list

the serialized list, or NULL when the column is NULL. Caller owns it.

Definition at line 254 of file history_repository.h.

◆ version

int dt_module_order_row_t::version

a dt_iop_order_t value

Definition at line 253 of file history_repository.h.

Referenced by dt_ioppr_get_iop_order_list().


The documentation for this struct was generated from the following file: