![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <glib.h>#include <gmodule.h>
Include dependency graph for dynload.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dt_gmodule_t |
| APPLE More... | |
Typedefs | |
| typedef struct dt_gmodule_t | dt_gmodule_t |
| APPLE | |
Functions | |
| int | dt_gmodule_supported (void) |
| APPLE | |
| dt_gmodule_t * | dt_gmodule_open (const char *) |
| int | dt_gmodule_symbol (dt_gmodule_t *, const char *, void(**)(void)) |
| typedef struct dt_gmodule_t dt_gmodule_t |
APPLE
| dt_gmodule_t * dt_gmodule_open | ( | const char * | library | ) |
References dt_free, IS_NULL_PTR, and name.
| int dt_gmodule_supported | ( | void | ) |
APPLE
Referenced by dt_dlopencl_init().
| 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().