![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_control_crawler_result_t:Data Fields | |
| int | id |
| time_t | timestamp_xmp |
| time_t | timestamp_db |
| char * | image_path |
| char * | xmp_path |
| int dt_control_crawler_result_t::id |
Definition at line 76 of file crawler.c.
Referenced by _crawl_image(), _get_crawler_entry_from_model(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().
| char* dt_control_crawler_result_t::image_path |
Definition at line 79 of file crawler.c.
Referenced by _crawl_image(), _free_crawler_result(), _get_crawler_entry_from_model(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().
| time_t dt_control_crawler_result_t::timestamp_db |
Definition at line 78 of file crawler.c.
Referenced by _crawl_image(), _get_crawler_entry_from_model(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), and sync_oldest_to_newest().
| time_t dt_control_crawler_result_t::timestamp_xmp |
Definition at line 77 of file crawler.c.
Referenced by _crawl_image(), _get_crawler_entry_from_model(), dt_control_crawler_show_image_list(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().
| char * dt_control_crawler_result_t::xmp_path |
Definition at line 79 of file crawler.c.
Referenced by _crawl_image(), _free_crawler_result(), _get_crawler_entry_from_model(), dt_control_crawler_show_image_list(), sync_db_to_xmp(), sync_newest_to_oldest(), sync_oldest_to_newest(), and sync_xmp_to_db().