mp3splt-gtk
|
#include <mp3splt.h>
Data Fields | |
int | id |
char * | name |
int | revision_number |
int * | revisions |
Defines one search result from the freedb search.
int splt_freedb_one_result::id |
char* splt_freedb_one_result::name |
int splt_freedb_one_result::revision_number |
How many revisions this result has.
If having revisions, the unique identifier for a revision is id + revision + 1, with 0 <= revision < revision_number
int* splt_freedb_one_result::revisions |
Contains the revisions of the result.
The revisions table contains revision_number elements, the consecutive numbers starting at 2 (you might not need it)