enum GLib::SeekType
 
  Overview
An enumeration specifying the base position for a g_io_channel_seek_position() operation.
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/g_lib.crEnum Members
- 
        Cur = 
0_u32 - 
        
the current position in the file.
 - 
        Set = 
1_u32 - 
        
the start of the file.
 - 
        End = 
2_u32 - 
        
the end of the file.