:right-sidebar: True SeekType =================================================================== .. currentmodule:: gi.repository.GLib .. class:: SeekType :no-contents-entry: An enumeration specifying the base position for a :func:`~gi.repository.GLib.IOChannel.seek_position` operation. Fields ------ .. rst-class:: interim-class .. class:: SeekType :no-index: .. attribute:: CUR The current position in the file. .. attribute:: END The end of the file. .. attribute:: SET The start of the file.