方法
GLibIOChannelseek
废弃于: 2.2
声明 [src]
GIOError
g_io_channel_seek (
GIOChannel* channel,
gint64 offset,
GSeekType type
)
参数
offset
-
类型:
gint64
一个偏移量,以字节为单位,添加到由
type
指定的位置。 type
-
类型:
GSeekType
文件中的位置,可以是
G_SEEK_CUR
(当前位置)、G_SEEK_SET
(文件开头)或G_SEEK_END
(文件结尾)。
返回值
类型: GIOError
如果操作成功,返回 G_IO_ERROR_NONE
。