GLib.SeekType – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
SeekType
CUR
END
SET
SeekType
Description:
public
enum
SeekType
An enumeration specifying the base position for a
seek_position
operation.
Namespace:
GLib
Package:
glib-2.0
Content:
Enum values:
CUR
-
the current position in the file.
SET
-
the start of the file.
END
-
the end of the file.