GMimeStreamCat
GMimeStreamCat
— A concatenated stream
Description
A GMimeStream which chains together any number of other streams.
Functions
g_mime_stream_cat_add_source ()
int
g_mime_stream_cat_add_source (GMimeStreamCat *cat
,
GMimeStream *source
);
Adds the source
stream to the cat
.
Returns
0
on success or -1
on fail.
Types and Values
struct GMimeStreamCat
struct GMimeStreamCat;
A concatenation of other GMimeStream objects.