![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_crawler_walk_t:Data Fields | |
| GList ** | result |
| GHashTable * | folders |
| dt_job_t * | job |
| int | images |
| int | listings |
| GHashTable* dt_crawler_walk_t::folders |
Definition at line 200 of file crawler.c.
Referenced by _crawler_folder(), and _crawler_run().
| int dt_crawler_walk_t::images |
Definition at line 202 of file crawler.c.
Referenced by _crawl_image(), and _crawler_run().
| dt_job_t* dt_crawler_walk_t::job |
Definition at line 201 of file crawler.c.
Referenced by _crawl_image(), and _crawler_folder().
| int dt_crawler_walk_t::listings |
Definition at line 203 of file crawler.c.
Referenced by _crawler_folder(), and _crawler_run().
| GList** dt_crawler_walk_t::result |
Definition at line 199 of file crawler.c.
Referenced by _crawl_image(), and _crawler_run().