Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
startup_progress.h File Reference
+ 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
 

Typedef Documentation

◆ dt_startup_progress_handler_t

typedef void(* dt_startup_progress_handler_t) (const char *message)

Definition at line 36 of file startup_progress.h.

Function Documentation

◆ dt_startup_progress_report()

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

Report progress. printf-style; safe to call with no handler registered.

◆ 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().