VFSFile objects describe an opened VFS stream, basically being similar in purpose as stdio FILE More...
#include <vfs.h>
Public Attributes | |
gchar * | uri |
The URI of the stream. | |
gpointer | handle |
Opaque data used by the transport plugins. | |
VFSConstructor * | base |
The base vtable used for VFS functions. | |
gint | ref |
The amount of references that the VFSFile object has. |
VFSFile objects describe an opened VFS stream, basically being similar in purpose as stdio FILE
Definition at line 46 of file vfs.h.
VFSConstructor* VFSFile::base |
gpointer VFSFile::handle |
gint VFSFile::ref |