GMime Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#define GMIME_STREAM_FS_TYPE #define GMIME_IS_STREAM_FS (stream) #define GMIME_STREAM_FS (stream) GMimeStream* g_mime_stream_fs_new (int fd); GMimeStream* g_mime_stream_fs_new_with_bounds (int fd, |
#define GMIME_IS_STREAM_FS(stream) (((GMimeStream *) stream)->type == GMIME_STREAM_FS_TYPE) |
GMimeStream* g_mime_stream_fs_new (int fd); |
Creates a new GMimeStreamFs object around fd.
GMimeStream* g_mime_stream_fs_new_with_bounds (int fd, |
Creates a new GMimeStreamFs object around fd with bounds start and end.