<%GLibSeekType>

<%GLibSeekType>

Description

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

Members

cur

alias G_SEEK_CUR

the current position in the file.

set

alias G_SEEK_SET

the start of the file.

end

alias G_SEEK_END

the end of the file.