Method
CamelMimeParserseek
since: 2.22
Declaration [src]
goffset
camel_mime_parser_seek (
CamelMimeParser* parser,
goffset offset,
gint whence
)
Description [src]
Reset the source position to a known value.
Note that if the source stream/descriptor was not positioned at 0 to begin with, and an absolute seek is specified (whence != SEEK_CUR), then the seek position may not match the desired seek position.
Available since: 2.22