Enumeration (GI Enum)

GLib-2.0GLibSeekType

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

Index
CUR: 0

the current position in the file.

END: 2

the end of the file.

SET: 1

the start of the file.