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.
|
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
Member Data Documentation
The base vtable used for VFS functions.
Definition at line 51 of file vfs.h.
Opaque data used by the transport plugins.
Definition at line 50 of file vfs.h.
The amount of references that the VFSFile object has.
Definition at line 52 of file vfs.h.
Used to detect invalid or twice-closed objects.
Definition at line 53 of file vfs.h.
The URI of the stream.
Definition at line 49 of file vfs.h.
The documentation for this struct was generated from the following file: