SeekWhence
Description:
[ CCode ( cprefix = "GMIME_STREAM_SEEK_" , has_type_id = false ) ]
public enum SeekWhence
Content:
Enum values:
- CUR - Seek relative to the current position in
the stream.
- END - Seek relative to the end of the stream.
- SET - Seek relative to the beginning of the
stream.