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.
gint 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 48 of file vfs.h.


Member Data Documentation

VFSConstructor* VFSFile::base

The base vtable used for VFS functions.

Definition at line 51 of file vfs.h.

gpointer VFSFile::handle

Opaque data used by the transport plugins.

Definition at line 50 of file vfs.h.

gint VFSFile::ref

The amount of references that the VFSFile object has.

Definition at line 52 of file vfs.h.

gint VFSFile::sig

Used to detect invalid or twice-closed objects.

Definition at line 53 of file vfs.h.

gchar* VFSFile::uri

The URI of the stream.

Definition at line 49 of file vfs.h.


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

Generated on 26 Jan 2012 for Audacious by  doxygen 1.6.1