![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _seen_t:Data Fields | |
| int | toasts |
| int | messages |
| int | tag_changes |
| gchar * | last |
The inversion that makes src/metadata a closed module: it states what happened, and whoever is running it decides what that looks like.
These tests exist because the no-handler case is the one nothing else exercises – every interactive run installs a handler in dt_init(), so a crash or a swallowed message there would only ever show up under ansel-cli or in a test binary. Which is to say: here.
Definition at line 45 of file test_metadata_notify.c.
| gchar* _seen_t::last |
Definition at line 50 of file test_metadata_notify.c.
Referenced by _record(), _teardown(), test_handler_can_be_removed(), and test_kinds_stay_distinct().
| int _seen_t::messages |
Definition at line 48 of file test_metadata_notify.c.
Referenced by _record(), test_handler_can_be_removed(), test_kinds_stay_distinct(), and test_no_handler_is_silent().
| int _seen_t::tag_changes |
Definition at line 49 of file test_metadata_notify.c.
Referenced by _record_tag_change(), test_channels_are_independent(), test_no_handler_is_silent(), and test_tags_changed_fires_each_time().
| int _seen_t::toasts |
Definition at line 47 of file test_metadata_notify.c.
Referenced by _record(), test_channels_are_independent(), test_kinds_stay_distinct(), and test_no_handler_is_silent().