Constructor
CamelStreamFilternew
since: 2.32
Declaration [src]
CamelStream*
camel_stream_filter_new (
CamelStream* source
)
Description [src]
Create a new CamelStreamFilter object. The source stream
is referenced, thus the caller can unref it, if not needed.
Available since: 2.32
Parameters
source-
Type:
CamelStreamA
CamelStreamto filter.The data is owned by the caller of the function.
Return value
Type: CamelStream
A new CamelStreamFilter object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |