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.
|
VFSConstructor * | base |
| 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
The base vtable used for VFS functions.
Definition at line 49 of file vfs.h.
Opaque data used by the transport plugins.
Definition at line 48 of file vfs.h.
The amount of references that the VFSFile object has.
Definition at line 50 of file vfs.h.
The URI of the stream.
Definition at line 47 of file vfs.h.
The documentation for this struct was generated from the following file: