Functions | |
const char * | sp_artist_name (sp_artist *artist) |
bool | sp_artist_is_loaded (sp_artist *artist) |
void | sp_artist_add_ref (sp_artist *artist) |
void | sp_artist_release (sp_artist *artist) |
void sp_artist_add_ref | ( | sp_artist * | artist | ) |
Increase the reference count of a artist
[in] | artist | The artist object |
bool sp_artist_is_loaded | ( | sp_artist * | artist | ) |
Check if the artist object is populated with data
[in] | artist | An artist object |
const char* sp_artist_name | ( | sp_artist * | artist | ) |
Return name of artist
[in] | artist | Artist object |
void sp_artist_release | ( | sp_artist * | artist | ) |
Decrease the reference count of a artist
[in] | artist | The artist object |