Constructor
CamelStreamnew
since: 3.12
Declaration [src]
CamelStream*
camel_stream_new (
GIOStream* base_stream
)
Parameters
base_stream-
Type:
GIOStreamA
GIOStream.The data is owned by the caller of the function.
Return value
Type: CamelStream
A CamelStream.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |