Method
GLibIOChannelseek
deprecated: 2.2
[−]
Declaration [src]
GIOError
g_io_channel_seek (
GIOChannel* channel,
gint64 offset,
GSeekType type
)
[−]
Description [src]
Sets the current position in the GIOChannel
, similar to the standard
library function fseek().
Deprecated since: 2.2
Use g_io_channel_seek_position()
instead.