GSeekType

An enumeration specifying the base position for a g_io_channel_seek_position() operation.

Values

ValueMeaning
CUR0

the current position in the file.

SET1

the start of the file.

END2

the end of the file.

Meta