StreamFile


Description:

[ CCode ( has_construct_function = false , type = "GMimeStream*" ) ]
public StreamFile (void* fp)

Creates a new StreamFile object around fp.

Note: The created StreamFile object will own the FILE pointer passed in.

Parameters:

fp

a FILE pointer

Returns:

a stream using fp.