Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dynload.c File Reference
#include "common/darktable.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "common/dynload.h"
+ Include dependency graph for dynload.c:

Functions

int dt_gmodule_supported (void)
 APPLE
 
dt_gmodule_tdt_gmodule_open (const char *library)
 
int dt_gmodule_symbol (dt_gmodule_t *module, const char *name, void(**pointer)(void))
 

Function Documentation

◆ dt_gmodule_open()

dt_gmodule_t * dt_gmodule_open ( const char *  library)

References dt_free, IS_NULL_PTR, and name.

◆ dt_gmodule_supported()

int dt_gmodule_supported ( void  )

APPLE

Referenced by dt_dlopencl_init().

◆ dt_gmodule_symbol()

int dt_gmodule_symbol ( dt_gmodule_t module,
const char *  name,
void(**)(void pointer 
)

References dt_gmodule_t::gmodule, and name.

Referenced by dt_dlopencl_init().