StreamFile.this

Creates a new #GMimeStreamFile object around fp.

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(void* fp)
    class StreamFile
    this
    (
    void* fp = null
    )

Parameters

fp void*

a FILE pointer

Return Value

a stream using fp.