Enumeration

GLibSeekType

Declaration

enum GLib.SeekType

Description

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

Members

Name Description
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.