#include <libaudcore/vfs_async.h>Go to the source code of this file.
Classes | |
| struct | VFSAsyncTrampoline |
Functions | |
| gboolean | vfs_async_file_get_contents_trampoline (gpointer data) |
| gpointer | vfs_async_file_get_contents_worker (gpointer data) |
| void | vfs_async_file_get_contents (const gchar *filename, VFSConsumer cons_f, gpointer userdata) |
| void vfs_async_file_get_contents | ( | const gchar * | filename, | |
| VFSConsumer | cons_f, | |||
| gpointer | userdata | |||
| ) |
Definition at line 57 of file vfs_async.c.
| gboolean vfs_async_file_get_contents_trampoline | ( | gpointer | data | ) |
Definition at line 34 of file vfs_async.c.
Referenced by vfs_async_file_get_contents_worker().
| gpointer vfs_async_file_get_contents_worker | ( | gpointer | data | ) |
Definition at line 45 of file vfs_async.c.
Referenced by vfs_async_file_get_contents().
1.7.1