gmime.stream_cat

Module for [StreamCat] class

Types 3

A concatenation of other #GMimeStream objects.

Methods
GType _gType() @property
StreamCat self()Returns `this`, for use in `with` statements.
StreamCatGidBuilder builder()Get builder for [gmime.stream_cat.StreamCat] Returns: New builder object
int addSource(gmime.stream.Stream source)Adds the source stream to the cat.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GMimeStreamCat object. Returns: a new #GMimeStreamCat stream.

Fluent builder for [gmime.stream_cat.StreamCat]

Methods