From 6323cb7f767ba77458384cb35d27315df9af0cb4 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 30 Dec 2008 00:45:45 +0100 Subject: Retrieve titles and thumbnail from linked album if not defined in index Fix mem leak --- items.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'items.h') diff --git a/items.h b/items.h index 3c3286f..528d71e 100644 --- a/items.h +++ b/items.h @@ -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__ */ -- cgit v1.2.3