Enumeration

GLibSeekType

since: 2.0

Declaration

enum GLib.SeekType

Description

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

Available since: 2.0

Members

G_SEEK_CUR

The current position in the file.

  • Value: 0
  • Nickname: None
  • Available since: 2.0
G_SEEK_SET

The start of the file.

  • Value: 1
  • Nickname: None
  • Available since: 2.0
G_SEEK_END

The end of the file.

  • Value: 2
  • Nickname: None
  • Available since: 2.0