![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _piwigo_album_t:Data Fields | |
| int64_t | id |
| char | name [100] |
| char | label [100] |
| int64_t | size |
| int64_t _piwigo_album_t::id |
Definition at line 80 of file piwigo.c.
Referenced by _piwigo_album_id(), and _piwigo_refresh_albums().
| char _piwigo_album_t::label[100] |
Definition at line 82 of file piwigo.c.
Referenced by _piwigo_album_id(), and _piwigo_refresh_albums().
| char _piwigo_album_t::name[100] |
Definition at line 81 of file piwigo.c.
Referenced by _piwigo_refresh_albums().
| int64_t _piwigo_album_t::size |
Definition at line 83 of file piwigo.c.
Referenced by _piwigo_refresh_albums().