Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes
VFSFile Struct Reference

VFSFile objects describe an opened VFS stream, basically being similar in purpose as stdio FILE More...

List of all members.

Public Attributes

char * uri
 The URI of the stream.
VFSConstructorbase
 The base vtable used for VFS functions.
void * handle
 Opaque data used by the transport plugins.
int sig
 Used to detect invalid or twice-closed objects.

Detailed Description

VFSFile objects describe an opened VFS stream, basically being similar in purpose as stdio FILE

Definition at line 39 of file vfs.c.


Member Data Documentation

VFSConstructor* VFSFile::base

The base vtable used for VFS functions.

Definition at line 41 of file vfs.c.

void* VFSFile::handle

Opaque data used by the transport plugins.

Definition at line 42 of file vfs.c.

int VFSFile::sig

Used to detect invalid or twice-closed objects.

Definition at line 43 of file vfs.c.

char* VFSFile::uri

The URI of the stream.

Definition at line 40 of file vfs.c.


The documentation for this struct was generated from the following file: