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

Go to the source code of this file.

Functions

int dt_deprecated (const char *op)
 Modules without a proper IOP order should throw errors and log, except if they are deprecated definitively.
 

Variables

static const char * hard_deprecations []
 Modules definitively deprecated and removed from the code base, by their op name.
 

Function Documentation

◆ dt_deprecated()

int dt_deprecated ( const char *  op)

Modules without a proper IOP order should throw errors and log, except if they are deprecated definitively.

Parameters
op
Returns
int

References hard_deprecations, and i.

Referenced by dt_exif_xmp_read(), dt_ioppr_check_so_iop_order(), and dt_ioppr_get_iop_order().

Variable Documentation

◆ hard_deprecations

const char* hard_deprecations[]
static
Initial value:
=
{
"clahe",
"colortransfer",
"equalizer",
NULL
}

Modules definitively deprecated and removed from the code base, by their op name.

Referenced by dt_deprecated().