Method
GLibIOChannelseek
Description
Sets the current position in the GIOChannel
, similar to the standard
library function fseek().
Deprecated since: | 2.2 |
Use |
Parameters
offset |
gint64 |
An offset, in bytes, which is added to the position specified
by |
|
type |
GSeekType |
The position in the file, which can be |
Return value
Returns: | GIOError |
|