GLib.SeekType
An enumeration specifying the base position for a GLib.IOChannel.prototype.seek_position operation.
- SeekType.CUR
the current position in the file.
- SeekType.SET
the start of the file.
- SeekType.END
the end of the file.
An enumeration specifying the base position for a GLib.IOChannel.prototype.seek_position operation.
the current position in the file.
the start of the file.
the end of the file.