![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#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. | |
| int dt_deprecated | ( | const char * | op | ) |
Modules without a proper IOP order should throw errors and log, except if they are deprecated definitively.
| op |
References hard_deprecations, and i.
Referenced by dt_exif_xmp_read(), dt_ioppr_check_so_iop_order(), and dt_ioppr_get_iop_order().
|
static |
Modules definitively deprecated and removed from the code base, by their op name.
Referenced by dt_deprecated().