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...

#include <vfs.h>

List of all members.

Public Attributes

gchar * uri
 The URI of the stream.
gpointer handle
 Opaque data used by the transport plugins.
VFSConstructorbase
 The base vtable used for VFS functions.
gint ref
 The amount of references that the VFSFile object has.

Detailed Description

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

Definition at line 46 of file vfs.h.


Member Data Documentation

VFSConstructor* VFSFile::base

The base vtable used for VFS functions.

Definition at line 49 of file vfs.h.

gpointer VFSFile::handle

Opaque data used by the transport plugins.

Definition at line 48 of file vfs.h.

gint VFSFile::ref

The amount of references that the VFSFile object has.

Definition at line 50 of file vfs.h.

gchar* VFSFile::uri

The URI of the stream.

Definition at line 47 of file vfs.h.


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