gmime.stream_pipe

Module for [StreamPipe] class

Types 3

A #GMimeStream wrapper around pipes.

Methods
GType _gType() @property
StreamPipe self()Returns `this`, for use in `with` statements.
StreamPipeGidBuilder builder()Get builder for [gmime.stream_pipe.StreamPipe] Returns: New builder object
bool getOwner()Gets whether or not stream owns the backend pipe descriptor. Returns: true if stream owns the backend pipe descriptor or false otherwise.
void setOwner(bool owner)Sets whether or not stream owns the backend pipe descriptor.
Constructors
this(void * ptr, Flag!"Take" take)
this(int fd)Creates a new #GMimeStreamPipe object around fd.

Fluent builder for [gmime.stream_pipe.StreamPipe]

Methods