![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <tag_repository.h>
Collaboration diagram for dt_tag_count_t:Data Fields | |
| guint | id |
| gchar * | name |
| guint | count |
One row of dt_tag_repository_get_by_path_with_counts().
Definition at line 291 of file tag_repository.h.
| guint dt_tag_count_t::count |
Definition at line 295 of file tag_repository.h.
| guint dt_tag_count_t::id |
Definition at line 293 of file tag_repository.h.
| gchar* dt_tag_count_t::name |
the FULL name, root included; trimming it is the caller's business
Definition at line 294 of file tag_repository.h.