Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Classes | Functions
vfs_async.c File Reference
#include <glib.h>
#include <pthread.h>
#include "vfs_async.h"

Go to the source code of this file.

Classes

struct  VFSAsyncTrampoline
 

Functions

bool_t vfs_async_file_get_contents_trampoline (void *data)
 
void * vfs_async_file_get_contents_worker (void *data)
 
EXPORT void vfs_async_file_get_contents (const char *filename, VFSConsumer cons_f, void *userdata)
 

Function Documentation

EXPORT void vfs_async_file_get_contents ( const char *  filename,
VFSConsumer  cons_f,
void *  userdata 
)

Definition at line 63 of file vfs_async.c.

bool_t vfs_async_file_get_contents_trampoline ( void *  data)

Definition at line 36 of file vfs_async.c.

Referenced by vfs_async_file_get_contents_worker().

void* vfs_async_file_get_contents_worker ( void *  data)

Definition at line 51 of file vfs_async.c.

Referenced by vfs_async_file_get_contents().