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

Go to the source code of this file.

Macros

#define FULL_API_H
 
#define OPTIONAL(return_type, function_name, ...)   return_type function_name(__VA_ARGS__)
 
#define REQUIRED(return_type, function_name, ...)   return_type function_name(__VA_ARGS__)
 
#define DEFAULT(return_type, function_name, ...)   return_type function_name(__VA_ARGS__)
 

Functions

int dt_module_dt_version ()
 
int dt_module_mod_version ()
 

Macro Definition Documentation

◆ DEFAULT

#define DEFAULT (   return_type,
  function_name,
  ... 
)    return_type function_name(__VA_ARGS__)

◆ FULL_API_H

#define FULL_API_H

◆ OPTIONAL

#define OPTIONAL (   return_type,
  function_name,
  ... 
)    return_type function_name(__VA_ARGS__)

◆ REQUIRED

#define REQUIRED (   return_type,
  function_name,
  ... 
)    return_type function_name(__VA_ARGS__)

Function Documentation

◆ dt_module_dt_version()

int dt_module_dt_version ( )

◆ dt_module_mod_version()

int dt_module_mod_version ( )