API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
enum GLib.SeekType
An enumeration specifying the base position for a g_io_channel_seek_position() operation.
g_io_channel_seek_position()
G_SEEK_CUR
The current position in the file.
0
G_SEEK_SET
The start of the file.
1
G_SEEK_END
The end of the file.
2
Content