GMime Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#define GMIME_STREAM_MMAP_TYPE #define GMIME_IS_STREAM_MMAP (stream) #define GMIME_STREAM_MMAP (stream) GMimeStream* g_mime_stream_mmap_new (int fd, int prot, int flags); GMimeStream* g_mime_stream_mmap_new_with_bounds (int fd, int prot, int flags, |
#define GMIME_IS_STREAM_MMAP(stream) (((GMimeStream *) stream)->type == GMIME_STREAM_MMAP_TYPE) |
GMimeStream* g_mime_stream_mmap_new (int fd, int prot, int flags); |
Creates a new GMimeStreamMmap object around fd.
GMimeStream* g_mime_stream_mmap_new_with_bounds (int fd, int prot, int flags, |
Creates a new GMimeStreamMmap object around fd with bounds start and end.