Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Classes | |
struct | VFSBuffer |
Private data for the VFS memorybuffer class. More... | |
Functions | |
VFSFile * | vfs_buffer_new (gpointer data, gsize size) |
Creates a VFS buffer for reading/writing to a memory segment. | |
VFSFile * | vfs_buffer_new_from_string (gchar *str) |
Creates a VFS buffer for reading/writing to a string. |
VFSFile* vfs_buffer_new | ( | gpointer | data, |
gsize | size | ||
) |
Creates a VFS buffer for reading/writing to a memory segment.
data | Pointer to data to use. |
size | Size of data to use. |
Definition at line 214 of file vfs_buffer.c.
Referenced by vfs_buffer_new_from_string(), and vfs_buffered_file_new_from_uri().
VFSFile* vfs_buffer_new_from_string | ( | gchar * | str | ) |
Creates a VFS buffer for reading/writing to a string.
str | String to use. |
Definition at line 244 of file vfs_buffer.c.