![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/image_notify.h"
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 |
| 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().
| 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().
|
static |
Definition at line 23 of file image_notify.c.
Referenced by dt_image_notify_imported(), and dt_image_notify_set_imported_handler().