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