gmime.stream_pipe

Module for [StreamPipe] class

Types 3

A #GMimeStream wrapper around pipes.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StreamPipe self() nothrowReturns `this`, for use in `with` statements.
StreamPipeGidBuilder builder() static nothrowGet builder for [gmime.stream_pipe.StreamPipe] Returns: New builder object
bool getOwner() nothrowGets 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) nothrowSets 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
StreamPipe build() nothrowCreate object from builder. Returns: New object