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

The four timestamps, each with whether it is set at all. More...

#include <image_repository.h>

+ Collaboration diagram for dt_image_timestamps_t:

Data Fields

int64_t import_timestamp
 
int64_t change_timestamp
 
int64_t export_timestamp
 
int64_t print_timestamp
 
gboolean has_import
 
gboolean has_change
 
gboolean has_export
 
gboolean has_print
 

Detailed Description

The four timestamps, each with whether it is set at all.

Definition at line 198 of file image_repository.h.

Field Documentation

◆ change_timestamp

int64_t dt_image_timestamps_t::change_timestamp

Definition at line 200 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().

◆ export_timestamp

int64_t dt_image_timestamps_t::export_timestamp

Definition at line 200 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().

◆ has_change

gboolean dt_image_timestamps_t::has_change

Definition at line 201 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().

◆ has_export

gboolean dt_image_timestamps_t::has_export

Definition at line 201 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().

◆ has_import

gboolean dt_image_timestamps_t::has_import

Definition at line 201 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().

◆ has_print

gboolean dt_image_timestamps_t::has_print

Definition at line 201 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().

◆ import_timestamp

int64_t dt_image_timestamps_t::import_timestamp

Definition at line 200 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().

◆ print_timestamp

int64_t dt_image_timestamps_t::print_timestamp

Definition at line 200 of file image_repository.h.

Referenced by dt_image_repository_get_timestamps(), and set_xmp_timestamps().


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