diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 00:45:45 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 00:45:45 +0100 |
| commit | 6323cb7f767ba77458384cb35d27315df9af0cb4 (patch) | |
| tree | 6d9b33509bbe8993c450fc0a91fbcc1f0f4ac571 /items.h | |
| parent | 9d50015682975f1f70e22b4814fe7bf200c60679 (diff) | |
| download | cataract-6323cb7f767ba77458384cb35d27315df9af0cb4.tar.xz | |
Retrieve titles and thumbnail from linked album if not defined in index
Fix mem leak
Diffstat (limited to 'items.h')
| -rw-r--r-- | items.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -81,5 +81,9 @@ void free_album_data (TAlbum *index); */ int get_album_objects_count (const char *filename); +/* + * get_album_titles: retrieve title, description and first thumbnail from specified album + */ +void get_album_titles (const char *filename, char **title, char **description, char **thumbnail); #endif /* __ITEMS_H__ */ |
