Constructor
CamelFilterInputStreamnew
since: 3.12
Declaration [src]
GInputStream*
camel_filter_input_stream_new (
GInputStream* base_stream,
CamelMimeFilter* filter
)
Parameters
base_stream-
Type:
GInputStreamA
GInputStream.The data is owned by the caller of the function. filter-
Type:
CamelMimeFilterA
CamelMimeFilter.The data is owned by the caller of the function.
Return value
Type: GInputStream
A new GInputStream.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |