Top | ![]() |
![]() |
![]() |
![]() |
CamelStream * camel_stream_vfs_new_with_uri (const gchar *uri
,CamelStreamVFSOpenMethod mode
);
Creates a new CamelStreamVFS corresponding to the named file and mode.
CamelStream *
camel_stream_vfs_new_with_stream (GObject *stream
);
Creates a new fs stream using the given gio stream stream
as the
backing store. When the stream is destroyed, the file descriptor
will be closed. This will not increase reference counter on the stream.
Since 2.24
gboolean
camel_stream_vfs_is_writable (CamelStreamVFS *stream_vfs
);
Since 2.24