Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Public Attributes | |
char * | filename |
void * | buf |
int64_t | size |
GThread * | thread |
void * | userdata |
VFSConsumer | cons_f |
Definition at line 25 of file vfs_async.c.
void* VFSAsyncTrampoline::buf |
Definition at line 27 of file vfs_async.c.
Referenced by vfs_async_file_get_contents_trampoline(), and vfs_async_file_get_contents_worker().
VFSConsumer VFSAsyncTrampoline::cons_f |
Definition at line 32 of file vfs_async.c.
Referenced by vfs_async_file_get_contents(), and vfs_async_file_get_contents_trampoline().
char* VFSAsyncTrampoline::filename |
Definition at line 26 of file vfs_async.c.
Referenced by vfs_async_file_get_contents(), and vfs_async_file_get_contents_worker().
int64_t VFSAsyncTrampoline::size |
Definition at line 28 of file vfs_async.c.
Referenced by vfs_async_file_get_contents_trampoline(), and vfs_async_file_get_contents_worker().
GThread* VFSAsyncTrampoline::thread |
Definition at line 29 of file vfs_async.c.
Referenced by vfs_async_file_get_contents().
void* VFSAsyncTrampoline::userdata |
Definition at line 30 of file vfs_async.c.
Referenced by vfs_async_file_get_contents(), and vfs_async_file_get_contents_trampoline().