GSeekType

An enumeration specifying the base position for a g_io_channel_seek_position() operation. G_SEEK_CUR the current position in the file. G_SEEK_SET the start of the file. G_SEEK_END the end of the file.

Values

ValueMeaning
CUR
SET
END

Meta