GLib.SeekType – glib-2.0 Reference Manual
SeekType
Description:
[
CCode
( cprefix =
"G_SEEK_"
, has_type_id =
false
) ]
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.
END
-
the end of the file.
SET
-
the start of the file.
2022 vala-language.org