![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef void(* | dt_startup_progress_handler_t) (const char *message) |
Functions | |
| void | dt_startup_progress_set_handler (dt_startup_progress_handler_t handler) |
| void | dt_startup_progress_report (const char *format,...) __attribute__((format(printf |
Definition at line 36 of file startup_progress.h.
Report progress. printf-style; safe to call with no handler registered.
| 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().