Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_metadata_row_t Struct Reference

#include <metadata_repository.h>

+ Collaboration diagram for dt_metadata_row_t:

Data Fields

int32_t imgid
 
int keyid
 
const char * value
 

Detailed Description

One (image, key, value) row to insert.

Definition at line 70 of file metadata_repository.h.

Field Documentation

◆ imgid

int32_t dt_metadata_row_t::imgid

◆ keyid

int dt_metadata_row_t::keyid

Definition at line 73 of file metadata_repository.h.

Referenced by dt_metadata_repository_add().

◆ value

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.


The documentation for this struct was generated from the following file: