Method
GLibIOChannelseek_position
Declaration
GIOStatus
g_io_channel_seek_position (
GIOChannel* channel,
gint64 offset,
GSeekType type,
GError** error
)
Parameters
offset |
gint64 |
The offset in bytes from the position specified by |
|
type |
GSeekType |
A |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GIOStatus |
The status of the operation. |