Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <libaudcore/vfs.h>
Go to the source code of this file.
Typedefs | |
typedef gboolean(* | VFSConsumer )(gpointer buf, gint64 size, gpointer userdata) |
Functions | |
void | vfs_async_file_get_contents (const gchar *filename, VFSConsumer cons_f, gpointer userdata) |
typedef gboolean(* VFSConsumer)(gpointer buf, gint64 size, gpointer userdata) |
Definition at line 26 of file vfs_async.h.
void vfs_async_file_get_contents | ( | const gchar * | filename, |
VFSConsumer | cons_f, | ||
gpointer | userdata | ||
) |
Definition at line 57 of file vfs_async.c.