gmime.stream_fs

Module for [StreamFs] class

Types 3

A #GMimeStream wrapper around POSIX file descriptors.

Methods
GType _gType() @property
StreamFs self()Returns `this`, for use in `with` statements.
StreamFsGidBuilder builder()Get builder for [gmime.stream_fs.StreamFs] Returns: New builder object
gmime.stream_fs.StreamFs newWithBounds(int fd, long start, long end)Creates a new #GMimeStreamFs object around fd with bounds start and end.
gmime.stream.Stream open(string path, int flags, int mode)Creates a new #GMimeStreamFs object for the specified path.
bool getOwner()Gets whether or not stream owns the backend file descriptor. Returns: true if stream owns the backend file descriptor or false otherwise.
void setOwner(bool owner)Sets whether or not stream owns the backend file descriptor.
Constructors
this(void * ptr, Flag!"Take" take)
this(int fd)Creates a new #GMimeStreamFs object around fd.

Fluent builder for [gmime.stream_fs.StreamFs]

Methods