StreamMmap.this

Creates a new #GMimeStreamMmap object around fd.

  1. this(void* ptr, Flag!"Take" take)
  2. this(int fd, int prot, int flags)
    class StreamMmap
    this
    (
    int fd
    ,
    int prot
    ,
    int flags
    )

Parameters

fd int

file descriptor

prot int

protection flags

flags int

map flags

Return Value

a stream using fd.