![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <metadata_repository.h>
Collaboration diagram for dt_metadata_row_t:Data Fields | |
| int32_t | imgid |
| int | keyid |
| const char * | value |
One (image, key, value) row to insert.
Definition at line 70 of file metadata_repository.h.
| int32_t dt_metadata_row_t::imgid |
Definition at line 72 of file metadata_repository.h.
Referenced by _get_tb_added_metadata_rows(), dt_metadata_repository_add(), and test_metadata_foreach_selected().
| int dt_metadata_row_t::keyid |
Definition at line 73 of file metadata_repository.h.
Referenced by dt_metadata_repository_add().
| const char* dt_metadata_row_t::value |
borrowed for the duration of the call; quoted by the repository
Definition at line 74 of file metadata_repository.h.