![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for startup_progress.c:Go to the source code of this file.
Functions | |
| void | dt_startup_progress_set_handler (dt_startup_progress_handler_t handler) |
| void | dt_startup_progress_report (const char *format,...) |
Variables | |
| static dt_startup_progress_handler_t | _handler = NULL |
Definition at line 37 of file startup_progress.c.
Referenced by _opencl_splash_update_compile().
| void dt_startup_progress_set_handler | ( | dt_startup_progress_handler_t | handler | ) |
Install the handler that displays startup progress. NULL removes it.
Definition at line 32 of file startup_progress.c.
Referenced by dt_gui_gtk_init().
|
static |
Definition at line 30 of file startup_progress.c.
Referenced by dt_startup_progress_report(), and dt_startup_progress_set_handler().