Module: GLib::SeekType

Defined in:
(unknown)

Constant Summary collapse

CUR =

the current position in the file.

0 or :cur
SET =

the start of the file.

1 or :set
END =

the end of the file.

2 or :end