Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Public Attributes | |
int | refcount |
int | flag |
void * | data |
int64_t | len |
char * | art_file |
bool_t | is_temp |
char* ArtItem::art_file |
Definition at line 50 of file art.c.
Referenced by art_get_data_real(), art_get_file_real(), art_item_free(), and request_callback().
void* ArtItem::data |
Definition at line 46 of file art.c.
Referenced by art_get_data_real(), art_get_file_real(), art_item_free(), and request_callback().
int ArtItem::flag |
Definition at line 43 of file art.c.
Referenced by art_item_get(), request_callback(), and send_requests().
bool_t ArtItem::is_temp |
Definition at line 51 of file art.c.
Referenced by art_get_file_real(), and art_item_free().
int64_t ArtItem::len |
Definition at line 47 of file art.c.
Referenced by art_get_data_real(), art_get_file_real(), and request_callback().
int ArtItem::refcount |
Definition at line 42 of file art.c.
Referenced by art_item_get(), and art_item_unref().