Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes | List of all members
VFSFile Struct Reference

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

Public Attributes

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

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: