Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
module_versioning.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DT_MODULE_VERSION   23
 
#define DT_MODULE(MODVER)
 
#define DT_MODULE_INTROSPECTION(MODVER, PARAMSTYPE)   DT_MODULE(MODVER)
 

Functions

static int dt_version ()
 
char * dt_version_major_minor ()
 

Macro Definition Documentation

◆ DT_MODULE

#define DT_MODULE (   MODVER)
Value:
{ \
} \
{ \
return MODVER; \
}
int dt_module_dt_version()
int dt_module_mod_version()
#define DT_MODULE_VERSION

Definition at line 45 of file module_versioning.h.

◆ DT_MODULE_INTROSPECTION

#define DT_MODULE_INTROSPECTION (   MODVER,
  PARAMSTYPE 
)    DT_MODULE(MODVER)

Definition at line 56 of file module_versioning.h.

◆ DT_MODULE_VERSION

#define DT_MODULE_VERSION   23

Definition at line 30 of file module_versioning.h.

Function Documentation

◆ dt_version()

static int dt_version ( )
inlinestatic

Definition at line 59 of file module_versioning.h.

References DT_MODULE_VERSION.

◆ dt_version_major_minor()

char * dt_version_major_minor ( )

Definition at line 315 of file darktable.c.

References darktable_package_string, L, and p.