#include <glib.h>
#include "config.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) |
EXPORT void vfs_async_file_get_contents | ( | const char * | filename, | |
VFSConsumer | cons_f, | |||
void * | userdata | |||
) |
Definition at line 59 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 47 of file vfs_async.c.
Referenced by vfs_async_file_get_contents().