cover.h File Reference

Handles cover art. More...

#include "img.h"

Include dependency graph for cover.h:

This graph shows which files directly or indirectly include this file:


Defines

#define COVER_NONE   1
#define COVER_NEW   2
#define COVER_OLD   3
#define COVER_ERR   4

Functions

int cover_check (struct img_bitmap **cover)

Detailed Description


Define Documentation

#define COVER_NONE   1

Cover art status: cover hasn't changed.

#define COVER_NEW   2

Cover art status: no cover available.

#define COVER_OLD   3

Cover art status: new cover available.

#define COVER_ERR   4

Cover art status: error accessing cover file.


Function Documentation

int cover_check ( struct img_bitmap **  cover  ) 

Checks for cover art in the appropriate directory.

If new cover art is avialable it is stored in the given img_bitmap structure.

Parameters:
cover bitmap data (return value)
Returns:
possible return values:
COVER_OLD, COVER_NONE, COVER_NEW, COVER_ERR


Generated on Mon Mar 29 01:39:27 2010 for Veronica by  doxygen 1.5.8