Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
image_notify.c File Reference
+ Include dependency graph for image_notify.c:

Go to the source code of this file.

Functions

void dt_image_notify_set_imported_handler (dt_image_imported_handler_t handler)
 Install the handler, or NULL to remove it.
 
void dt_image_notify_imported (const int32_t imgid)
 Raise it. Internal to common/image.c.
 

Variables

static dt_image_imported_handler_t _imported_handler = NULL
 

Function Documentation

◆ dt_image_notify_imported()

void dt_image_notify_imported ( const int32_t  imgid)

Raise it. Internal to common/image.c.

Definition at line 30 of file image_notify.c.

References _imported_handler, and dt_image_imported_handler_t.

Referenced by _image_import_internal().

◆ dt_image_notify_set_imported_handler()

void dt_image_notify_set_imported_handler ( dt_image_imported_handler_t  handler)

Install the handler, or NULL to remove it.

Definition at line 25 of file image_notify.c.

References _imported_handler.

Referenced by dt_init().

Variable Documentation

◆ _imported_handler

dt_image_imported_handler_t _imported_handler = NULL
static