Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
startup_progress.c File Reference
#include "common/startup_progress.h"
#include <glib.h>
#include <stdarg.h>
+ 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
 

Function Documentation

◆ dt_startup_progress_report()

void dt_startup_progress_report ( const char *  format,
  ... 
)

Definition at line 37 of file startup_progress.c.

References _handler, and L.

Referenced by _opencl_splash_update_compile().

◆ dt_startup_progress_set_handler()

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.

References _handler, and L.

Referenced by dt_gui_gtk_init().

Variable Documentation

◆ _handler